aboutsummaryrefslogtreecommitdiff
path: root/plugin/forward
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-09-27 11:09:59 +0100
committerGravatar GitHub <noreply@github.com> 2019-09-27 11:09:59 +0100
commitf2df37a1fe87d9a17f31ff8db3ea9c3387d10523 (patch)
tree89eb3b15083c71b4309d94c25ae194206c34b18f /plugin/forward
parent9a5e4fa1a0cc9ee40f7cad6518eccc2d78839370 (diff)
downloadcoredns-f2df37a1fe87d9a17f31ff8db3ea9c3387d10523.tar.gz
coredns-f2df37a1fe87d9a17f31ff8db3ea9c3387d10523.tar.zst
coredns-f2df37a1fe87d9a17f31ff8db3ea9c3387d10523.zip
plugin/forward: metrics: make docs reflect reality (#3311)
Remove talk about labels that are not added. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/forward')
-rw-r--r--plugin/forward/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md
index 92ffb6655..ae7ce67ba 100644
--- a/plugin/forward/README.md
+++ b/plugin/forward/README.md
@@ -104,9 +104,8 @@ If monitoring is enabled (via the *prometheus* directive) then the following met
and we are randomly (this always uses the `random` policy) spraying to an upstream.
* `coredns_forward_socket_count_total{to}` - number of cached sockets per upstream.
-Where `to` is one of the upstream servers (**TO** from the config), `proto` is the protocol used by
-the incoming query ("tcp" or "udp"), and family the transport family ("1" for IPv4, and "2" for
-IPv6).
+Where `to` is one of the upstream servers (**TO** from the config), `rcode` is the returned RCODE
+from the upstream.
## Examples