aboutsummaryrefslogtreecommitdiff
path: root/plugin/acl/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/acl/README.md')
-rw-r--r--plugin/acl/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/acl/README.md b/plugin/acl/README.md
index fd08b406b..3c1e193ee 100644
--- a/plugin/acl/README.md
+++ b/plugin/acl/README.md
@@ -73,8 +73,8 @@ example.org {
If monitoring is enabled (via the _prometheus_ plugin) then the following metrics are exported:
-- `coredns_dns_blocked_requests_total{server, zone}` - counter of DNS requests being blocked.
+- `coredns_acl_blocked_requests_total{server, zone}` - counter of DNS requests being blocked.
-- `coredns_dns_allowed_requests_total{server}` - counter of DNS requests being allowed.
+- `coredns_acl_allowed_requests_total{server}` - counter of DNS requests being allowed.
The `server` and `zone` labels are explained in the _metrics_ plugin documentation.