diff options
author | 2019-06-26 11:18:03 +0100 | |
---|---|---|
committer | 2019-06-26 11:18:03 +0100 | |
commit | d4d019d749c8cfdd02a1151b7ed8b24f40ce508d (patch) | |
tree | 7edbef174bd4144bc810fd03f28b9a5b0f504094 /man | |
parent | ad352cee88a6be7154e55a2eb0ef1f95ffa858df (diff) | |
download | coredns-d4d019d749c8cfdd02a1151b7ed8b24f40ce508d.tar.gz coredns-d4d019d749c8cfdd02a1151b7ed8b24f40ce508d.tar.zst coredns-d4d019d749c8cfdd02a1151b7ed8b24f40ce508d.zip |
docs: Makefile.release and Makefile.doc (#2926)
* add metrics for reload
* documented release process better
* run: Makefile.doc all to push reload doc to man-pages
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man')
-rw-r--r-- | man/coredns-reload.7 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/coredns-reload.7 b/man/coredns-reload.7 index e8aca54eb..36d3eda9f 100644 --- a/man/coredns-reload.7 +++ b/man/coredns-reload.7 @@ -134,6 +134,14 @@ In general be careful with assigning new port and expecting reload to work fully Also any \fB\fCimport\fR statement is not discovered by this plugin. This means if any of these imported files changes the \fIreload\fP plugin is ignorant of that fact. +.SH "METRICS" +.PP +If monitoring is enabled (via the \fIprometheus\fP directive) then the following metric is exported: + +.IP \(bu 4 +\fB\fCcoredns_reload_failed_count_total{}\fR - counts the number of failed reload attempts. + + .SH "ALSO SEE" .PP See coredns-import(7) and corefile(5). |