Commit 1029fea9 authored by xuweiwei's avatar xuweiwei Committed by GitHub

Fix a typo in plugin/health (#4982)

Signed-off-by: default avatarxuweiwei <xuweiwei_yewu@cmss.chinamobile.com>
parent 92b02275
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment