Skip to content

Commit fbb1f23

Browse files
committed
kube-aggregator: changes the name of aggregator_unavailable_apiservice_count metrics
1 parent 81b6980 commit fbb1f23

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/kube-aggregator/pkg/controllers/status

1 file changed

+1
-1
lines changed

staging/src/k8s.io/kube-aggregator/pkg/controllers/status/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
var (
3333
unavailableCounter = metrics.NewCounterVec(
3434
&metrics.CounterOpts{
35-
Name: "aggregator_unavailable_apiservice_count",
35+
Name: "aggregator_unavailable_apiservice_total",
3636
Help: "Counter of APIServices which are marked as unavailable broken down by APIService name and reason.",
3737
StabilityLevel: metrics.ALPHA,
3838
},

0 commit comments

Comments
 (0)