Merge pull request #74244 from sttts/sttts-apiservice-metrics-typo

kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_{gauge,}
pull/564/head
Kubernetes Prow Robot 2019-02-26 05:25:02 -08:00 committed by GitHub
commit c5242f0368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"},