Commit baaa834d authored by Erfan Besharat's avatar Erfan Besharat Committed by Miek Gieben

plugin/acl: document metrics in README (#3605)

Signed-off-by: default avatarErfan Besharat <erbesharat@gmail.com>
parent 5f159ca4
...@@ -66,3 +66,14 @@ example.org { ...@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment