diff --git a/prometheus.go b/prometheus.go index 586d0f9..7f9db59 100644 --- a/prometheus.go +++ b/prometheus.go @@ -73,7 +73,7 @@ func (p *Prometheus) registerMetrics(subsystem string) { Subsystem: subsystem, Name: "request_duration_seconds", Help: "Histogram request latencies", - Buckets: []float64{.005, .01, .02, 0.04, .06, 0.08, .1, 0.15, .25, 0.4, .6, .8, 1, 1.5, 2, 3, 5}, + Buckets: []float64{0.1, 0.2, 0.3, 0.5, 0.75, 1, 1.5, 2, 3, 5}, }, []string{"code", "path"}, )