diff options
author | 2020-03-31 18:03:49 +0000 | |
---|---|---|
committer | 2020-03-31 18:03:49 +0000 | |
commit | 0a4047d88e016c9d22ca6f01906e829caeb2dbc3 (patch) | |
tree | 40028ade7f6eec70221b9fd820e91e8d8a82cdb0 /man | |
parent | a29a594e5c2283496af0577bd5c64dc2b439dee6 (diff) | |
download | coredns-0a4047d88e016c9d22ca6f01906e829caeb2dbc3.tar.gz coredns-0a4047d88e016c9d22ca6f01906e829caeb2dbc3.tar.zst coredns-0a4047d88e016c9d22ca6f01906e829caeb2dbc3.zip |
auto make -f Makefile.doc
Diffstat (limited to 'man')
-rw-r--r-- | man/coredns-acl.7 | 4 | ||||
-rw-r--r-- | man/coredns-dns64.7 | 14 |
2 files changed, 13 insertions, 5 deletions
diff --git a/man/coredns-acl.7 b/man/coredns-acl.7 index 8263a9ee9..9185a2120 100644 --- a/man/coredns-acl.7 +++ b/man/coredns-acl.7 @@ -109,9 +109,9 @@ example.org { If monitoring is enabled (via the \fIprometheus\fP plugin) then the following metrics are exported: .IP \(bu 4 -\fB\fCcoredns_dns_blocked_requests_total{server, zone}\fR - counter of DNS requests being blocked. +\fB\fCcoredns_acl_blocked_requests_total{server, zone}\fR - counter of DNS requests being blocked. .IP \(bu 4 -\fB\fCcoredns_dns_allowed_requests_total{server}\fR - counter of DNS requests being allowed. +\fB\fCcoredns_acl_allowed_requests_total{server}\fR - counter of DNS requests being allowed. .PP diff --git a/man/coredns-dns64.7 b/man/coredns-dns64.7 index 5c97ace3a..2002c16aa 100644 --- a/man/coredns-dns64.7 +++ b/man/coredns-dns64.7 @@ -7,9 +7,6 @@ .SH "DESCRIPTION" .PP -From Wikipedia: - -.PP .RS .PP @@ -93,6 +90,17 @@ dns64 { \fB\fCprefix\fR specifies any local IPv6 prefix to use, instead of the well known prefix (64:ff9b::/96) +.SH "METRICS" +.PP +If monitoring is enabled (via the \fIprometheus\fP plugin) then the following metrics are exported: + +.IP \(bu 4 +\fB\fCcoredns_dns64_requests_translated_total{server}\fR - counter of DNS requests translated + + +.PP +The \fB\fCserver\fR label is explained in the \fIprometheus\fP plugin documentation. + .SH "BUGS" .PP Not all features required by DNS64 are implemented, only basic AAAA synthesis. |