diff options
Diffstat (limited to 'plugin/reload/README.md')
-rw-r--r-- | plugin/reload/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md index 8e58d1e73..9809cdbaa 100644 --- a/plugin/reload/README.md +++ b/plugin/reload/README.md @@ -99,6 +99,9 @@ CoreDNS v1.7.0 and later does parse the Corefile and supports detecting changes If monitoring is enabled (via the *prometheus* plugin) then the following metric is exported: * `coredns_reload_failed_count_total{}` - counts the number of failed reload attempts. +* `coredns_reload_version_info{hash, value}` - record the hash value during reload. + +Currently the type of `hash` is "md5", the `value` is the returned hash value. ## Also See |