diff options
author | 2021-01-28 10:37:17 -0500 | |
---|---|---|
committer | 2021-01-28 16:37:17 +0100 | |
commit | b1173ed2a583cc6102b46b02b4675828f87ebfd8 (patch) | |
tree | f4a816ccfcfd8b281680098dccdd2f1dc1d2317c /plugin/forward/README.md | |
parent | 2ab304078b96ac53b90cb0b9a9c7a9f449b6848b (diff) | |
download | coredns-b1173ed2a583cc6102b46b02b4675828f87ebfd8.tar.gz coredns-b1173ed2a583cc6102b46b02b4675828f87ebfd8.tar.zst coredns-b1173ed2a583cc6102b46b02b4675828f87ebfd8.zip |
plugin/forward Add rcode and rtype to request_duration_seconds metric (#4391)
* plugin/forward Add rcode and rtype to request_duration_seconds metric
Signed-off-by: Maxime Ginters <maxime.ginters@shopify.com>
* Control the cardinality of query type
Signed-off-by: Maxime Ginters <maxime.ginters@shopify.com>
Diffstat (limited to 'plugin/forward/README.md')
-rw-r--r-- | plugin/forward/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index 52625249c..64e561106 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -107,7 +107,7 @@ If monitoring is enabled (via the *prometheus* plugin) then the following metric * `coredns_forward_requests_total{to}` - query count per upstream. * `coredns_forward_responses_total{to}` - Counter of responses received per upstream. -* `coredns_forward_request_duration_seconds{to}` - duration per upstream interaction. +* `coredns_forward_request_duration_seconds{to, rcode, type}` - duration per upstream, RCODE, type * `coredns_forward_responses_total{to, rcode}` - count of RCODEs per upstream. * `coredns_forward_healthcheck_failures_total{to}` - number of failed health checks per upstream. * `coredns_forward_healthcheck_broken_total{}` - counter of when all upstreams are unhealthy, |