Merge pull request #88156 from p0lyn0mial/aggregator-unavailable-apiservice-total

kube-aggregator: changes the name of aggregator_unavailable_apiservice_count metric
This commit is contained in:
Kubernetes Prow Robot 2020-06-20 09:24:39 -07:00 committed by GitHub
commit 7dbc140e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ import (
var (
unavailableCounter = metrics.NewCounterVec(
&metrics.CounterOpts{
Name: "aggregator_unavailable_apiservice_count",
Name: "aggregator_unavailable_apiservice_total",
Help: "Counter of APIServices which are marked as unavailable broken down by APIService name and reason.",
StabilityLevel: metrics.ALPHA,
},