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: docs/pod-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
| kube_pod_completion_time | Gauge | Completion time in unix timestamp for a pod | seconds |`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
10
10
| kube_pod_owner | Gauge | Information about the Pod's owner ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `owner_kind`=<owner kind> <br> `owner_name`=<owner name> <br> `owner_is_controller`=<whether owner is controller> <br> `uid`=<pod-uid>| STABLE | - |
| kube_pod_nodeselectors| Gauge | Describes the Pod nodeSelectors ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `nodeselectors_NODE_SELECTOR`=<NODE_SELECTOR> <br> `uid`=<pod-uid>| EXPERIMENTAL | Opt-in |
12
+
| kube_pod_nodeselectors| Gauge | Describes the Pod nodeSelectors ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `nodeselector_NODE_SELECTOR`=<NODE_SELECTOR> <br> `uid`=<pod-uid>| EXPERIMENTAL | Opt-in |
13
13
| kube_pod_status_phase | Gauge | The pods current phase ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `phase`=<Pending\|Running\|Succeeded\|Failed\|Unknown> <br> `uid`=<pod-uid>| STABLE | - |
14
14
| kube_pod_status_ready | Gauge | Describes whether the pod is ready to serve requests ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `condition`=<true\|false\|unknown> <br> `uid`=<pod-uid>| STABLE | - |
15
15
| kube_pod_status_scheduled | Gauge | Describes the status of the scheduling process for the pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `condition`=<true\|false\|unknown> <br> `uid`=<pod-uid>| STABLE | - |
0 commit comments