Overview: [image: image.png] Zoom in: [image: image.png] This is using histogram buckets of: UDPDuration = promauto.NewHistogramVec( prometheus.HistogramOpts{ Name: "rssac047_test_udp_duration_seconds", Help: "Latency of UDP lookup (Sec 5.1).", Buckets: prometheus.LinearBuckets(0.0, 0.005, 30), }, []string{"ip", "rso"}) TCPDuration = promauto.NewHistogramVec( prometheus.HistogramOpts{ Name: "rssac047_test_tcp_duration_seconds", Help: "Latency of TCP lookup (Sec 5.1).", Buckets: prometheus.LinearBuckets(0.0, 0.005, 30), }, []string{"ip", "rso"}) 30 buckets of 5ms each W -- Perhaps they really do strive for incomprehensibility in their specs. After all, when the liturgy was in Latin, the laity knew their place. -- Michael Padlipsky