File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
hack/observability/kube-state-metrics Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,15 @@ spec:
458
458
- availableReplicas
459
459
nilIsZero : true
460
460
type : Gauge
461
+ - name : status_replicas_ready
462
+ help : The number of ready replicas per machinedeployment.
463
+ each :
464
+ gauge :
465
+ path :
466
+ - status
467
+ - readyReplicas
468
+ nilIsZero : true
469
+ type : Gauge
461
470
- name : status_replicas_unavailable
462
471
help : The number of unavailable replicas per machinedeployment.
463
472
each :
Original file line number Diff line number Diff line change 87
87
- availableReplicas
88
88
nilIsZero : true
89
89
type : Gauge
90
+ - name : status_replicas_ready
91
+ help : The number of ready replicas per machinedeployment.
92
+ each :
93
+ gauge :
94
+ path :
95
+ - status
96
+ - readyReplicas
97
+ nilIsZero : true
98
+ type : Gauge
90
99
- name : status_replicas_unavailable
91
100
help : The number of unavailable replicas per machinedeployment.
92
101
each :
You can’t perform that action at this time.
0 commit comments