aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/metrics.go
diff options
context:
space:
mode:
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{