Skip to content

Commit

Permalink
explain drop metric (coredns#3706)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris O'Haver <[email protected]>
  • Loading branch information
chrisohaver authored Feb 29, 2020
1 parent 6910c9a commit 1339b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If monitoring is enabled (via the *prometheus* plugin) then the following metric
* `coredns_cache_size{server, type}` - Total elements in the cache by cache type.
* `coredns_cache_hits_total{server, type}` - Counter of cache hits by cache type.
* `coredns_cache_misses_total{server}` - Counter of cache misses.
* `coredns_cache_drops_total{server}` - Counter of dropped messages.
* `coredns_cache_drops_total{server}` - Counter of responses excluded from the cache due to request/response question name mismatch.
* `coredns_cache_served_stale_total{server}` - Counter of requests served from stale cache entries.

Cache types are either "denial" or "success". `Server` is the server handling the request, see the
Expand Down

0 comments on commit 1339b89

Please sign in to comment.