diff options
Diffstat (limited to 'plugin/template/README.md')
-rw-r--r-- | plugin/template/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/template/README.md b/plugin/template/README.md index 64af37f93..654de86c9 100644 --- a/plugin/template/README.md +++ b/plugin/template/README.md @@ -59,7 +59,7 @@ The output of the template must be a [RFC 1035](https://tools.ietf.org/html/rfc1 ## 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_template_matches_total{server, regex}` the total number of matched requests by regex. * `coredns_template_template_failures_total{server, regex,section,template}` the number of times the Go templating failed. Regex, section and template label values can be used to map the error back to the config file. |