diff options
Diffstat (limited to 'plugin/autopath/README.md')
-rw-r--r-- | plugin/autopath/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md index de2871b0c..5b616d381 100644 --- a/plugin/autopath/README.md +++ b/plugin/autopath/README.md @@ -29,7 +29,9 @@ If a plugin implements the `AutoPather` interface then it can be used. If monitoring is enabled (via the *prometheus* directive) then the following metric is exported: -* `coredns_autopath_success_count_total{}` - counter of successfully autopath-ed queries. +* `coredns_autopath_success_count_total{server}` - counter of successfully autopath-ed queries. + +The `server` label is explained in the *metrics* plugin documentation. ## Examples |