From 5b74d0f957a2565c8ee168ad55283b0914cac9d7 Mon Sep 17 00:00:00 2001 From: ethan Date: Fri, 9 Aug 2019 00:27:53 +0800 Subject: [PATCH] metrics.go: hemp message correction (#3100) Signed-off-by: ethan --- plugin/forward/metrics.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/forward/metrics.go b/plugin/forward/metrics.go index 0fe470926..e120f55fc 100644 --- a/plugin/forward/metrics.go +++ b/plugin/forward/metrics.go @@ -31,13 +31,13 @@ var ( Namespace: plugin.Namespace, Subsystem: "forward", Name: "healthcheck_failure_count_total", - Help: "Counter of the number of failed healtchecks.", + Help: "Counter of the number of failed healthchecks.", }, []string{"to"}) HealthcheckBrokenCount = prometheus.NewCounter(prometheus.CounterOpts{ Namespace: plugin.Namespace, Subsystem: "forward", Name: "healthcheck_broken_count_total", - Help: "Counter of the number of complete failures of the healtchecks.", + Help: "Counter of the number of complete failures of the healthchecks.", }) SocketGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Namespace: plugin.Namespace,