mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
completed metrics of cache and forward (#3962)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user