aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/acl/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin/acl/README.md b/plugin/acl/README.md
index 9a964db21..e04bb8d40 100644
--- a/plugin/acl/README.md
+++ b/plugin/acl/README.md
@@ -66,3 +66,14 @@ example.org {
}
}
~~~
+
+## Metrics
+
+If monitoring is enabled (via the _prometheus_ plugin) then the following metrics are exported:
+
+- `coredns_request_block_count_total{server, zone}` - counter of DNS requests being blocked.
+
+- `coredns_request_allow_count_total{server}` - counter of DNS requests being allowed.
+
+The `server` and `zone` labels are explained in the _metrics_ plugin documentation.
+