Skip to content

Commit daeefe6

Browse files
committed
Added min and max values for buckets
1 parent cdcaf31 commit daeefe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/prometheus_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
Namespace: "sidecache_" + ProjectName,
2626
Name: "lock_acquiring_attempts_histogram",
2727
Help: "Lock acquiring attempts histogram",
28-
Buckets: []float64{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 100},
28+
Buckets: []float64{0.999, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 100, 1000},
2929
})
3030

3131
totalRequestCounter = prometheus.NewCounter(

0 commit comments

Comments
 (0)