aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar xuweiwei <xuweiwei_yewu@cmss.chinamobile.com> 2021-11-15 20:29:52 +0800
committerGravatar GitHub <noreply@github.com> 2021-11-15 07:29:52 -0500
commit1029fea9068f6d7ef951256d6fe6d4e82acd3193 (patch)
treeeb76b01cd2e2270b82bd7f318a9e2df4f81967eb
parent92b0227592cd8ae712f7315822afd781920a88b4 (diff)
downloadcoredns-1029fea9068f6d7ef951256d6fe6d4e82acd3193.tar.gz
coredns-1029fea9068f6d7ef951256d6fe6d4e82acd3193.tar.zst
coredns-1029fea9068f6d7ef951256d6fe6d4e82acd3193.zip
Fix a typo in plugin/health (#4982)
Signed-off-by: xuweiwei <xuweiwei_yewu@cmss.chinamobile.com>
-rw-r--r--plugin/health/overloaded.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/health/overloaded.go b/plugin/health/overloaded.go
index 3a4c5f08b..88ce038c3 100644
--- a/plugin/health/overloaded.go
+++ b/plugin/health/overloaded.go
@@ -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",