From 1029fea9068f6d7ef951256d6fe6d4e82acd3193 Mon Sep 17 00:00:00 2001 From: xuweiwei Date: Mon, 15 Nov 2021 20:29:52 +0800 Subject: [PATCH] Fix a typo in plugin/health (#4982) Signed-off-by: xuweiwei --- plugin/health/overloaded.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",