Commit be80bf51 authored by Miek Gieben's avatar Miek Gieben

And make it compile

parent ad9ddbbb
...@@ -62,7 +62,7 @@ func define(subsystem string) { ...@@ -62,7 +62,7 @@ func define(subsystem string) {
Namespace: namespace, Namespace: namespace,
Subsystem: subsystem, Subsystem: subsystem,
Name: "request_duration_seconds", Name: "request_duration_seconds",
Buckets: append([]float64{0, 0001, 0.0005, 0.001, 0.0025}, DefBuckets...), Buckets: append([]float64{0, 0001, 0.0005, 0.001, 0.0025}, prometheus.DefBuckets...),
Help: "Histogram of the time (in seconds) each request took.", Help: "Histogram of the time (in seconds) each request took.",
}, []string{"zone", "qtype"}) }, []string{"zone", "qtype"})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment