aboutsummaryrefslogtreecommitdiff
path: root/plugin/reload/metrics.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/reload/metrics.go')
-rw-r--r--plugin/reload/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/reload/metrics.go b/plugin/reload/metrics.go
index de46862a4..fbe9f5e7a 100644
--- a/plugin/reload/metrics.go
+++ b/plugin/reload/metrics.go
@@ -11,7 +11,7 @@ var (
FailedCount = prometheus.NewCounter(prometheus.CounterOpts{
Namespace: plugin.Namespace,
Subsystem: "reload",
- Name: "failed_count_total",
+ Name: "failed_total",
Help: "Counter of the number of failed reload attempts.",
})