k8s.container.status.reason
Experimentalenumas of v1.44.0
The reason for the container state. Corresponds to the reason field of the: K8s ContainerStateWaiting or K8s ContainerStateTerminated
Examples
- ContainerCreating
- CrashLoopBackOff
- CreateContainerConfigError
- ErrImagePull
- ImagePullBackOff
- OOMKilled
- Completed
- Error
- ContainerCannotRun
Values (9)
ContainerCreatingThe container is being created.CrashLoopBackOffThe container is in a crash loop back off state.CreateContainerConfigErrorThere was an error creating the container configuration.ErrImagePullThere was an error pulling the container image.ImagePullBackOffThe container image pull is in back off state.OOMKilledThe container was killed due to out of memory.CompletedThe container has completed execution.ErrorThere was an error with the container.ContainerCannotRunThe container cannot run.
Used by
metrics (1)
- k8s.container.status.reason *
* required on that signal.
History
Stability label respelled from experimental to development.
Added as experimental.
Added as experimental.