aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/metrics.go
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2020-06-24 10:49:42 -0400
committerGravatar GitHub <noreply@github.com> 2020-06-24 07:49:42 -0700
commit47d6e86f58f81ec92bd1e4cf18da58f5382b2ae2 (patch)
tree4abdfafb2dcea10c0bb43c665dcbe65b49faf087 /plugin/cache/metrics.go
parent55e9c2cd7b32bc9b67896fb9a4e85a8e6fd2f409 (diff)
downloadcoredns-47d6e86f58f81ec92bd1e4cf18da58f5382b2ae2.tar.gz
coredns-47d6e86f58f81ec92bd1e4cf18da58f5382b2ae2.tar.zst
coredns-47d6e86f58f81ec92bd1e4cf18da58f5382b2ae2.zip
plugin/cache/forward: Clean up grammar/wording in forward & cache metrics descriptions. (#3971)
* tweak language Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * tweak language Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * typo Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'plugin/cache/metrics.go')
-rw-r--r--plugin/cache/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cache/metrics.go b/plugin/cache/metrics.go
index 3240d5fa6..79aa805c8 100644
--- a/plugin/cache/metrics.go
+++ b/plugin/cache/metrics.go
@@ -33,7 +33,7 @@ var (
Namespace: plugin.Namespace,
Subsystem: "cache",
Name: "prefetch_total",
- Help: "The number of time the cache has prefetched a cached item.",
+ Help: "The number of times the cache has prefetched a cached item.",
}, []string{"server"})
// cacheDrops is the number responses that are not cached, because the reply is malformed.
cacheDrops = prometheus.NewCounterVec(prometheus.CounterOpts{