mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
@@ -8,10 +8,10 @@ import (
|
||||
|
||||
var (
|
||||
// ClusterGauge is the number of clusters we are currently tracking.
|
||||
ClusterGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{
|
||||
ClusterGauge = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Namespace: plugin.Namespace,
|
||||
Subsystem: "traffic",
|
||||
Name: "clusters_tracked",
|
||||
Help: "Gauge of tracked clusters.",
|
||||
}, []string{""})
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user