Unverified Commit c5242f03 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_{gauge,}
parents 465f7ebf 8a595bfd
...@@ -30,7 +30,7 @@ var ( ...@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment