diff options
Diffstat (limited to 'plugin/autopath/README.md')
-rw-r--r-- | plugin/autopath/README.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugin/autopath/README.md b/plugin/autopath/README.md index 9929bc672..64ca853f5 100644 --- a/plugin/autopath/README.md +++ b/plugin/autopath/README.md @@ -19,15 +19,12 @@ autopath [ZONE...] RESOLV-CONF plugin. For instance `@kubernetes`, will call out to the kubernetes plugin (for each query) to retrieve the search list it should use. -Currently the following set of plugin has implemented *autopath*: - -* *kubernetes* -* *erratic* +If a plugin implements the `AutoPather` interface then it can be used. ## Metrics - + 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. ## Examples |