diff options
author | 2018-05-24 07:51:59 +0100 | |
---|---|---|
committer | 2018-05-24 07:51:59 +0100 | |
commit | c0fbef07147552b48eca243ce9839a7920686745 (patch) | |
tree | d04f842c3e0a6e8f4ad2287ea01f5791c1eef218 /man/coredns-dnssec.7 | |
parent | 4ec613e186fa1aa62c96791ed0bdc94e92a5522d (diff) | |
download | coredns-c0fbef07147552b48eca243ce9839a7920686745.tar.gz coredns-c0fbef07147552b48eca243ce9839a7920686745.tar.zst coredns-c0fbef07147552b48eca243ce9839a7920686745.zip |
generate doc for 1.1.3 (#1832)
Diffstat (limited to 'man/coredns-dnssec.7')
-rw-r--r-- | man/coredns-dnssec.7 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/coredns-dnssec.7 b/man/coredns-dnssec.7 index 9a897ae35..cbb6e744a 100644 --- a/man/coredns-dnssec.7 +++ b/man/coredns-dnssec.7 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "COREDNS\-DNSSEC" "7" "April 2018" "CoreDNS" "CoreDNS plugins" +.TH "COREDNS\-DNSSEC" "7" "May 2018" "CoreDNS" "CoreDNS plugins" . .SH "NAME" \fIdnssec\fR \- enable on\-the\-fly DNSSEC signing of served data\. @@ -56,19 +56,19 @@ generated private key \fBKexample\.org+013+45330\.private\fR If monitoring is enabled (via the \fIprometheus\fR directive) then the following metrics are exported: . .IP "\(bu" 4 -\fBcoredns_dnssec_cache_size{type}\fR \- total elements in the cache, type is "signature"\. +\fBcoredns_dnssec_cache_size{server, type}\fR \- total elements in the cache, type is "signature"\. . .IP "\(bu" 4 -\fBcoredns_dnssec_cache_capacity{type}\fR \- total capacity of the cache, type is "signature"\. +\fBcoredns_dnssec_cache_hits_total{server}\fR \- Counter of cache hits\. . .IP "\(bu" 4 -\fBcoredns_dnssec_cache_hits_total{}\fR \- Counter of cache hits\. -. -.IP "\(bu" 4 -\fBcoredns_dnssec_cache_misses_total{}\fR \- Counter of cache misses\. +\fBcoredns_dnssec_cache_misses_total{server}\fR \- Counter of cache misses\. . .IP "" 0 . +.P +The label \fBserver\fR indicated the server handling the request, see the \fImetrics\fR plugin for details\. +. .SH "EXAMPLES" Sign responses for \fBexample\.org\fR with the key "Kexample\.org\.+013+45330\.key"\. . |