Skip to content

Commit bfe93dd

Browse files
committed
[metrics] Increase available api_duration_seconds metric buckets
Signed-off-by: jaredledvina <jared.ledvina@datadoghq.com>
1 parent ba7e568 commit bfe93dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/api/metrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func NewPrometheusMetrics(namespace, subsystem string, registry *metrics.Registr
3030
Name: "api_duration_seconds",
3131
Help: "Duration of interactions with API",
3232
Buckets: []float64{0.005, 0.025, 0.05, 0.1, 0.2, 0.4, 0.6, 0.8, 1.0, 1.25, 1.5, 2, 3,
33-
4, 5, 6, 8, 10, 15, 20, 30, 45, 60},
33+
4, 5, 6, 8, 10, 15, 20, 30, 45, 60, 90, 120, 300, 600},
3434
}, []string{"operation", "response_code"})
3535

3636
m.RateLimit = prometheus.NewHistogramVec(prometheus.HistogramOpts{

0 commit comments

Comments
 (0)