diff options
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 60d9b470c..46422b263 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -106,7 +106,7 @@ On each endpoint, the timeouts for communication are set as follows: If monitoring is enabled (via the *prometheus* plugin) then the following metric are exported: * `coredns_forward_requests_total{to}` - query count per upstream. -* `coredns_forward_responses_total{to}` - Counter of responses made 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_responses_total{to, rcode}` - count of RCODEs per upstream. * `coredns_forward_healthcheck_failures_total{to}` - number of failed health checks per upstream. |