Remove service level objectives for captcha outcome distribution
This commit is contained in:
parent
efc39573e4
commit
b702d9d5a9
@ -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));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user