mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Fix time bucketing of response time (#1274)
This commit is contained in:
committed by
Miek Gieben
parent
16b4f4db3a
commit
98632cd4a6
@@ -103,4 +103,4 @@ func ClientWrite(rcode int) bool {
|
||||
const Namespace = "coredns"
|
||||
|
||||
// TimeBuckets is based on Prometheus client_golang prometheus.DefBuckets
|
||||
var TimeBuckets = prometheus.ExponentialBuckets(0.25, 2, 16) // from 0.25ms to 8 seconds
|
||||
var TimeBuckets = prometheus.ExponentialBuckets(0.00025, 2, 16) // from 0.25ms to 8 seconds
|
||||
|
||||
Reference in New Issue
Block a user