diff options
author | 2020-04-04 00:30:06 +0800 | |
---|---|---|
committer | 2020-04-03 09:30:06 -0700 | |
commit | 4ccd55e95e9f54a0078d7dda76a447879c2f15a3 (patch) | |
tree | aae93e65cb0b82f3a7b815625921691397fd581e /notes | |
parent | 7bb32dee7de8064a9c7787be1776741209dc9d16 (diff) | |
download | coredns-4ccd55e95e9f54a0078d7dda76a447879c2f15a3.tar.gz coredns-4ccd55e95e9f54a0078d7dda76a447879c2f15a3.tar.zst coredns-4ccd55e95e9f54a0078d7dda76a447879c2f15a3.zip |
correct metrics name of cache size (#3805)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.7.0.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/coredns-1.7.0.md b/notes/coredns-1.7.0.md index 7b046c81b..be5ded5ce 100644 --- a/notes/coredns-1.7.0.md +++ b/notes/coredns-1.7.0.md @@ -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` . |