There was an error while loading. Please reload this page.
1 parent 322a3f2 commit 0f9921dCopy full SHA for 0f9921d
1 file changed
pkg/api/metrics.go
@@ -54,7 +54,7 @@ var (
54
Help: "Api Latency (in ns) by path and method",
55
Buckets: prometheus.ExponentialBucketsRange(
56
float64(time.Millisecond),
57
- float64(4*time.Second),
+ float64(60*time.Second),
58
10),
59
}, []string{"path", "method"})
60
0 commit comments