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
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
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 | - |
16
16
| 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 | - |
17
17
| kube_pod_container_status_waiting | Gauge | Describes whether the container is currently in waiting state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
18
-
| kube_pod_container_status_waiting_reason | Gauge | Describes the reason the container is currently in waiting state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `reason`=<container-waiting-reason> <br> `uid`=<pod-uid>|EXPERIMENTAL| - |
18
+
| kube_pod_container_status_waiting_reason | Gauge | Describes the reason the container is currently in waiting state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `reason`=<container-waiting-reason> <br> `uid`=<pod-uid>|STABLE| - |
19
19
| kube_pod_container_status_running | Gauge | Describes whether the container is currently in running state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
20
20
| kube_pod_container_state_started | Gauge | Start time in unix timestamp for a pod container | seconds |`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
21
21
| kube_pod_container_status_terminated | Gauge | Describes whether the container is currently in terminated state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
0 commit comments