diff options
author | 2020-04-04 00:30:06 +0800 | |
---|---|---|
committer | 2020-04-03 09:30:06 -0700 | |
commit | 4ccd55e95e9f54a0078d7dda76a447879c2f15a3 (patch) | |
tree | aae93e65cb0b82f3a7b815625921691397fd581e /man | |
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 'man')
-rw-r--r-- | man/coredns-cache.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/coredns-cache.7 b/man/coredns-cache.7 index 743b711e1..20770609c 100644 --- a/man/coredns-cache.7 +++ b/man/coredns-cache.7 @@ -94,7 +94,7 @@ Entries with 0 TTL will remain in the cache until randomly evicted when the shar If monitoring is enabled (via the \fIprometheus\fP plugin) then the following metrics are exported: .IP \(bu 4 -\fB\fCcoredns_cache_size{server, type}\fR - Total elements in the cache by cache type. +\fB\fCcoredns_cache_entries{server, type}\fR - Total elements in the cache by cache type. .IP \(bu 4 \fB\fCcoredns_cache_hits_total{server, type}\fR - Counter of cache hits by cache type. .IP \(bu 4 |