mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
metrics: use exponentional buckets (#1261)
* metrics: use exponentional buckets See https://github.com/kubernetes/dns/pull/168
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user