Commit 8a595bfd authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_gauge

parent a887ae83
...@@ -30,7 +30,7 @@ var ( ...@@ -30,7 +30,7 @@ var (
) )
unavailableGauge = prometheus.NewGaugeVec( unavailableGauge = prometheus.NewGaugeVec(
prometheus.GaugeOpts{ prometheus.GaugeOpts{
Name: "aggregator_unavailable_apiserver_gauge", Name: "aggregator_unavailable_apiservice",
Help: "Gauge of APIServices which are marked as unavailable broken down by APIService name.", Help: "Gauge of APIServices which are marked as unavailable broken down by APIService name.",
}, },
[]string{"name"}, []string{"name"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment