diff --git a/cached_addr_book.go b/cached_addr_book.go index 04ee223..ce50a96 100644 --- a/cached_addr_book.go +++ b/cached_addr_book.go @@ -55,8 +55,8 @@ var ( Namespace: name, Subsystem: Subsystem, Help: "Duration of peer probing operations in seconds", - // Buckets probe durations from 1s to 5 minutes - Buckets: []float64{1, 2, 5, 10, 30, 60, 120, 300}, + // Buckets probe durations from 5s to 15 minutes + Buckets: []float64{5, 10, 30, 60, 120, 300, 600, 900}, }) probedPeersCounter = promauto.NewCounter(prometheus.CounterOpts{