aboutsummaryrefslogtreecommitdiff
path: root/middleware/proxy/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/proxy/README.md')
-rw-r--r--middleware/proxy/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/proxy/README.md b/middleware/proxy/README.md
index 20fbef720..56469cb74 100644
--- a/middleware/proxy/README.md
+++ b/middleware/proxy/README.md
@@ -87,10 +87,10 @@ example.org. 1799 IN SOA sns.dns.icann.org. noc.dns.icann.org. 2016110711 7200
If monitoring is enabled (via the *prometheus* directive) then the following metric is exported:
-* coredns_proxy_request_count_total{proto, from}
+* coredns_proxy_request_count_total{proto, proxy_proto, from}
-Where `proto` is the protocol used (`dns`, or `https_google`) and `from` is **FROM** specified in
-the config.
+Where `proxy_proto` is the protocol used (`dns`, or `https_google`) and `from` is **FROM** specified in
+the config, `proto` is the protocol used by the incoming query ("tcp" or "udp").
## Examples