completed metrics of cache and forward (#3962)

Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
Zou Nengren
2020-06-24 12:54:03 +08:00
committed by GitHub
parent 55a33aa9d2
commit 73e927d6a8
5 changed files with 10 additions and 4 deletions

View File

@@ -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,