mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +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(
|
||||
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.",
|
||||
},
|
||||
[]string{"name"},
|
||||
|
Loading…
Reference in New Issue
Block a user