Update metric names (#371)

Cleanup names/typos to match standard naming conventions.
This commit is contained in:
Ben Kochie
2016-10-30 10:06:57 +01:00
committed by Miek Gieben
parent 490ffbd6d2
commit 98a8fb2622
5 changed files with 13 additions and 13 deletions

View File

@@ -39,8 +39,8 @@ The minimum TTL allowed on resource records is 5 seconds.
If monitoring is enabled (via the *prometheus* directive) then the following metrics are exported:
* coredns_cache_size_guage{type} - total elements in the case, type is either "denial" or "success".
* coredns_cache_capacity_guage{type} - total capacity of the cache, type is either "denial" or "success".
* coredns_cache_size{type} - total elements in the case, type is either "denial" or "success".
* coredns_cache_capacity{type} - total capacity of the cache, type is either "denial" or "success".
## Examples