metrics: use exponentional buckets (#1261)

* metrics: use exponentional buckets

See  https://github.com/kubernetes/dns/pull/168
This commit is contained in:
Miek Gieben
2017-12-01 11:15:05 +00:00
committed by GitHub
parent f96555476e
commit 917965fa86
3 changed files with 4 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ payload over HTTPS). Note that with `https_google` the entire transport is encry
If monitoring is enabled (via the *prometheus* directive) then the following metric is exported:
* `coredns_proxy_request_duration_millisecond{proto, proto_proxy, family, to}` - duration per upstream
* `coredns_proxy_request_duration_seconds{proto, proto_proxy, family, to}` - duration per upstream
interaction.
* `coredns_proxy_request_count_total{proto, proto_proxy, family, to}` - query count per upstream.