correct metrics name of cache size (#3805)

Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
Zou Nengren
2020-04-04 00:30:06 +08:00
committed by GitHub
parent 7bb32dee7d
commit 4ccd55e95e
6 changed files with 9 additions and 7 deletions

View File

@@ -51,6 +51,8 @@ It's mostly dropping `count` from `_total` metrics names:
* `coredns_reload_failed_count_total` -\> `coredns_reload_failed_total`
* `coredns_cache_size` -\> `coredns_cache_entries`
And note that
`coredns_dns_request_type_count_total` is now part of `coredns_dns_requests_total` .