We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66b186 commit ff5e4fbCopy full SHA for ff5e4fb
metrics/metrics.go
@@ -84,7 +84,7 @@ var (
84
prometheus.HistogramOpts{
85
Name: "locate_server_distance_ranking",
86
Help: "A histogram of server selection rankings with respect to distance from the client.",
87
- Buckets: prometheus.LinearBuckets(0, 1, 1000),
+ Buckets: prometheus.LinearBuckets(0, 1, 20),
88
},
89
[]string{"index"},
90
)
0 commit comments