K8S_CONTAINER_STATUS_STATE

Constant K8S_CONTAINER_STATUS_STATE 

pub const K8S_CONTAINER_STATUS_STATE: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The state of the container. K8s ContainerState

§Notes

§Examples

  • "terminated"
  • "running"
  • "waiting"