You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/controllers/metrics/pod/controller.go
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ const (
54
54
podHostInstanceType="instance_type"
55
55
podPhase="phase"
56
56
podScheduled="scheduled"
57
+
podReady="ready"
57
58
)
58
59
59
60
var (
@@ -63,7 +64,7 @@ var (
63
64
Namespace: metrics.Namespace,
64
65
Subsystem: metrics.PodSubsystem,
65
66
Name: "state",
66
-
Help: "Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance typeand pod phase.",
67
+
Help: "Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance type, pod phase, and pod readiness.",
0 commit comments