diff options
author | 2020-06-24 12:54:03 +0800 | |
---|---|---|
committer | 2020-06-24 06:54:03 +0200 | |
commit | 73e927d6a813677a075adf6fe82281cdabe82f24 (patch) | |
tree | 9214690287213c6b4af576e2d038f289bb18d2a2 /plugin/forward/metrics.go | |
parent | 55a33aa9d2c90fb2e7ddbe8d091a7dbc03af78d9 (diff) | |
download | coredns-73e927d6a813677a075adf6fe82281cdabe82f24.tar.gz coredns-73e927d6a813677a075adf6fe82281cdabe82f24.tar.zst coredns-73e927d6a813677a075adf6fe82281cdabe82f24.zip |
completed metrics of cache and forward (#3962)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
Diffstat (limited to 'plugin/forward/metrics.go')
-rw-r--r-- | plugin/forward/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/metrics.go b/plugin/forward/metrics.go index 4122bc210..07aa1a6ed 100644 --- a/plugin/forward/metrics.go +++ b/plugin/forward/metrics.go @@ -18,7 +18,7 @@ var ( Namespace: plugin.Namespace, Subsystem: "forward", Name: "responses_total", - Help: "Counter of requests made per upstream.", + Help: "Counter of response made per upstream.", }, []string{"rcode", "to"}) RequestDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{ Namespace: plugin.Namespace, |