From 4ccd55e95e9f54a0078d7dda76a447879c2f15a3 Mon Sep 17 00:00:00 2001 From: Zou Nengren Date: Sat, 4 Apr 2020 00:30:06 +0800 Subject: correct metrics name of cache size (#3805) Signed-off-by: zounengren --- man/coredns-cache.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.3