more fixes

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-02-03 20:45:26 +01:00
parent 3f1fd6d08c
commit 503e0dc47a
3 changed files with 14 additions and 4 deletions

View File

@@ -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.",
})
)