diff options
Diffstat (limited to 'plugin/hosts/README.md')
-rw-r--r-- | plugin/hosts/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/hosts/README.md b/plugin/hosts/README.md index 270a8200b..7cfe8e933 100644 --- a/plugin/hosts/README.md +++ b/plugin/hosts/README.md @@ -55,7 +55,7 @@ hosts [FILE [ZONES...]] { ~~~ * **FILE** the hosts file to read and parse. If the path is relative the path from the *root* - directive will be prepended to it. Defaults to /etc/hosts if omitted. We scan the file for changes + plugin will be prepended to it. Defaults to /etc/hosts if omitted. We scan the file for changes every 5 seconds. * **ZONES** zones it should be authoritative for. If empty, the zones from the configuration block are used. @@ -74,7 +74,7 @@ hosts [FILE [ZONES...]] { ## Metrics -If monitoring is enabled (via the *prometheus* directive) then the following metrics are exported: +If monitoring is enabled (via the *prometheus* plugin) then the following metrics are exported: - `coredns_hosts_entries_count{}` - The combined number of entries in hosts and Corefile. - `coredns_hosts_reload_timestamp_seconds{}` - The timestamp of the last reload of hosts file. |