mirror of https://github.com/k3s-io/k3s
Merge pull request #74244 from sttts/sttts-apiservice-metrics-typo
kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_{gauge,}pull/564/head
commit
c5242f0368
|
@ -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