mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -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,
|
||||
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{
|
||||
Namespace: plugin.Namespace,
|
||||
Subsystem: "health",
|
||||
|
||||
Reference in New Issue
Block a user