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_restart_policy | Gauge | Describes the restart policy in use by this pod ||`pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `type`=<Always\|Never\|OnFailure> <br> `uid`=<pod-uid>| STABLE | - |
39
-
| kube_pod_init_container_info | Gauge | Information about an init 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 | - |
39
+
| kube_pod_init_container_info | Gauge | Information about an init 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><br> `restart_policy`=<restart-policy>| STABLE | - |
40
40
| kube_pod_init_container_status_waiting | Gauge | Describes whether the init container is currently in waiting state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
41
41
| kube_pod_init_container_status_waiting_reason | Gauge | Describes the reason the init 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 | - |
42
42
| kube_pod_init_container_status_running | Gauge | Describes whether the init container is currently in running state ||`container`=<container-name> <br> `pod`=<pod-name> <br> `namespace`=<pod-namespace> <br> `uid`=<pod-uid>| STABLE | - |
0 commit comments