Commit 5b74d0f9 authored by ethan's avatar ethan Committed by Tobias Schmidt

metrics.go: hemp message correction (#3100)

Signed-off-by: default avatarethan <guangming.wang@daocloud.io>
parent 935354de
...@@ -31,13 +31,13 @@ var ( ...@@ -31,13 +31,13 @@ var (
Namespace: plugin.Namespace, Namespace: plugin.Namespace,
Subsystem: "forward", Subsystem: "forward",
Name: "healthcheck_failure_count_total", Name: "healthcheck_failure_count_total",
Help: "Counter of the number of failed healtchecks.", Help: "Counter of the number of failed healthchecks.",
}, []string{"to"}) }, []string{"to"})
HealthcheckBrokenCount = prometheus.NewCounter(prometheus.CounterOpts{ HealthcheckBrokenCount = prometheus.NewCounter(prometheus.CounterOpts{
Namespace: plugin.Namespace, Namespace: plugin.Namespace,
Subsystem: "forward", Subsystem: "forward",
Name: "healthcheck_broken_count_total", 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{ SocketGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{
Namespace: plugin.Namespace, Namespace: plugin.Namespace,
......
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