aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",