We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcaf31 commit daeefe6Copy full SHA for daeefe6
pkg/server/prometheus_exporter.go
@@ -25,7 +25,7 @@ var (
25
Namespace: "sidecache_" + ProjectName,
26
Name: "lock_acquiring_attempts_histogram",
27
Help: "Lock acquiring attempts histogram",
28
- Buckets: []float64{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 100},
+ Buckets: []float64{0.999, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 100, 1000},
29
})
30
31
totalRequestCounter = prometheus.NewCounter(
0 commit comments