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 @@ -569,6 +569,15 @@ spec:
569
569
address :
570
570
- address
571
571
type : Info
572
+ - name : status_certificatesexpirydate
573
+ help : Information about certificate expiration date of a control plane node.
574
+ each :
575
+ gauge :
576
+ nilIsZero : true
577
+ path :
578
+ - status
579
+ - certificatesExpiryDate
580
+ type : Gauge
572
581
- name : status_noderef
573
582
help : Information about the node reference of a machine.
574
583
each :
Original file line number Diff line number Diff line change 87
87
address :
88
88
- address
89
89
type : Info
90
+ - name : status_certificatesexpirydate
91
+ help : Information about certificate expiration date of a control plane node.
92
+ each :
93
+ gauge :
94
+ nilIsZero : true
95
+ path :
96
+ - status
97
+ - certificatesExpiryDate
98
+ type : Gauge
90
99
- name : status_noderef
91
100
help : Information about the node reference of a machine.
92
101
each :
You can’t perform that action at this time.
0 commit comments