Remove service level objectives for captcha outcome distribution

This commit is contained in:
Jon Chambers 2026-04-15 17:21:30 -04:00 committed by Jon Chambers
parent efc39573e4
commit b702d9d5a9

View File

@ -25,7 +25,6 @@ public class CaptchaMetrics {
"context", context)
.minimumExpectedValue(1.0d)
.maximumExpectedValue(100.0d)
.serviceLevelObjectives(10, 20, 30, 40, 50, 60, 70, 80, 90, 100)
.register(Metrics.globalRegistry)
.record(Math.max(1, score));
}