Skip to content

Commit b556ded

Browse files
committed
wip
1 parent 04b4c5b commit b556ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/metrics/prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewPromMetrics() *promMetrics {
5454
peerDiscoveryDurationHist := prometheus.NewHistogramVec(prometheus.HistogramOpts{
5555
Name: "peerd_peer_discovery_duration_seconds",
5656
Help: "Duration of peer discovery in seconds.",
57-
Buckets: prometheus.LinearBuckets(0.005, 0.005, 200),
57+
Buckets: prometheus.LinearBuckets(0.001, 0.002, 200),
5858
}, []string{"self", "ip"})
5959
prometheus.MustRegister(peerDiscoveryDurationHist)
6060

0 commit comments

Comments
 (0)