aboutsummaryrefslogtreecommitdiff
path: root/plugin/forward/metrics.go
diff options
context:
space:
mode:
authorGravatar ethan <guangming.wang@daocloud.io> 2019-08-09 00:27:53 +0800
committerGravatar Tobias Schmidt <tobidt@gmail.com> 2019-08-08 18:27:53 +0200
commit5b74d0f957a2565c8ee168ad55283b0914cac9d7 (patch)
tree46aae22799fdbe12c632da81f1b2f5b267ae0f5b /plugin/forward/metrics.go
parent935354deb3480763b5f5084c94320df66c22c681 (diff)
downloadcoredns-5b74d0f957a2565c8ee168ad55283b0914cac9d7.tar.gz
coredns-5b74d0f957a2565c8ee168ad55283b0914cac9d7.tar.zst
coredns-5b74d0f957a2565c8ee168ad55283b0914cac9d7.zip
metrics.go: hemp message correction (#3100)
Signed-off-by: ethan <guangming.wang@daocloud.io>
Diffstat (limited to 'plugin/forward/metrics.go')
-rw-r--r--plugin/forward/metrics.go4
1 files 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,