diff options
Diffstat (limited to 'plugin/reload/README.md')
-rw-r--r-- | plugin/reload/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md index 8d1f5db64..c1f5d206b 100644 --- a/plugin/reload/README.md +++ b/plugin/reload/README.md @@ -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). |