Browse Source

plugin/example: update README

Metrics also exist

Fixes #3
Miek Gieben 6 years ago
parent
commit
1092ed3ad3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -21,9 +21,11 @@ If monitoring is enabled (via the *prometheus* directive) the following metric i
 
 * `coredns_example_request_count_total{server}` - query count to the *example* plugin.
 
+The `server` label indicated which server handled the request, see the *metrics* plugin for details.
+
 ## Examples
 
-In this configuration, we forward all queries to 9.9.9.9 and print "example" whenever we recieve
+In this configuration, we forward all queries to 9.9.9.9 and print "example" whenever we receive
 a query.
 
 ``` corefile