diff options
Diffstat (limited to 'plugin/plugin.go')
-rw-r--r-- | plugin/plugin.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/plugin.go b/plugin/plugin.go index d6b7c9976..3f2d01f9e 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -100,3 +100,6 @@ func ClientWrite(rcode int) bool { // Namespace is the namespace used for the metrics. const Namespace = "coredns" + +// TimeBuckets is based on Prometheus client_golang prometheus.DefBuckets +var TimeBuckets = []float64{0.00025, 0.0005, 0.001, 0.0025, .005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10} |