mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
@@ -14,4 +14,10 @@ var (
|
||||
Name: "clusters_tracked",
|
||||
Help: "Gauge of tracked clusters.",
|
||||
})
|
||||
EndpointGauge = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
Namespace: plugin.Namespace,
|
||||
Subsystem: "traffic",
|
||||
Name: "endpoints_tracked",
|
||||
Help: "Gauge of all tracked endpoints.",
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user