diff options
Diffstat (limited to 'plugin/autopath/metrics.go')
-rw-r--r-- | plugin/autopath/metrics.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/autopath/metrics.go b/plugin/autopath/metrics.go index cfb276274..a74a94f27 100644 --- a/plugin/autopath/metrics.go +++ b/plugin/autopath/metrics.go @@ -7,6 +7,7 @@ import ( ) var ( + // autoPathCount is counter of successfully autopath-ed queries. autoPathCount = prometheus.NewCounterVec(prometheus.CounterOpts{ Namespace: plugin.Namespace, Subsystem: "autopath", |