mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_gauge
This commit is contained in:
parent
a887ae8344
commit
8a595bfdc0
@ -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"},
|
||||||
|
Loading…
Reference in New Issue
Block a user