aboutsummaryrefslogtreecommitdiff
path: root/plugin/autopath/metrics.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/autopath/metrics.go')
-rw-r--r--plugin/autopath/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/autopath/metrics.go b/plugin/autopath/metrics.go
index ae25ab79e..cfb276274 100644
--- a/plugin/autopath/metrics.go
+++ b/plugin/autopath/metrics.go
@@ -10,7 +10,7 @@ var (
autoPathCount = prometheus.NewCounterVec(prometheus.CounterOpts{
Namespace: plugin.Namespace,
Subsystem: "autopath",
- Name: "success_count_total",
+ Name: "success_total",
Help: "Counter of requests that did autopath.",
}, []string{"server"})
)