mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Fix a typo in plugin/health (#4982)
Signed-off-by: xuweiwei <xuweiwei_yewu@cmss.chinamobile.com>
This commit is contained in:
@@ -53,7 +53,7 @@ var (
|
|||||||
Buckets: plugin.SlimTimeBuckets,
|
Buckets: plugin.SlimTimeBuckets,
|
||||||
Help: "Histogram of the time (in seconds) each request took.",
|
Help: "Histogram of the time (in seconds) each request took.",
|
||||||
})
|
})
|
||||||
// HealthFailures is the metric used to count how many times the thealth request failed
|
// HealthFailures is the metric used to count how many times the health request failed
|
||||||
HealthFailures = promauto.NewCounter(prometheus.CounterOpts{
|
HealthFailures = promauto.NewCounter(prometheus.CounterOpts{
|
||||||
Namespace: plugin.Namespace,
|
Namespace: plugin.Namespace,
|
||||||
Subsystem: "health",
|
Subsystem: "health",
|
||||||
|
|||||||
Reference in New Issue
Block a user