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
| 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
+
| kube_pod_status_qos_class | Gauge | The pods current qosClass ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `qos_class`=<BestEffort\|Burstable\|Guaranteed> <br> `uid`=<pod-uid>| EXPERIMENTAL | - |
14
15
| 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
16
| 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 | - |
16
17
| kube_pod_container_info | Gauge | Information about a container in a pod ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `image`=<image-name> <br> `image_id`=<image-id> <br> `image_spec`=<image-spec> <br> `container_id`=<containerid> <br> `uid`=<pod-uid>| STABLE | - |
0 commit comments