plugin/reload: Add metrics (#2922)

* Issue 2920
- Add failed reload counter metrics

* typo fix

* Requested Changes
This commit is contained in:
Anshul Sharma
2019-06-26 09:38:46 +03:00
committed by Miek Gieben
parent cd176f859b
commit ad352cee88
3 changed files with 24 additions and 0 deletions

View File

@@ -92,6 +92,12 @@ In general be careful with assigning new port and expecting reload to work fully
Also any `import` statement is not discovered by this plugin. This means if any of these imported files
changes the *reload* plugin is ignorant of that fact.
## Metrics
If monitoring is enabled (via the *prometheus* directive) then the following metric is exported:
* `coredns_reload_failed_count_total{}` - counts the number of failed reload attempts.
## Also See
See coredns-import(7) and corefile(5).