mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #74244 from sttts/sttts-apiservice-metrics-typo
kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_{gauge,}
This commit is contained in:
commit
c5242f0368
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue