Class K8sIncubatingAttributes.K8sContainerStatusReasonIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.K8sIncubatingAttributes.K8sContainerStatusReasonIncubatingValues
- Enclosing class:
- K8sIncubatingAttributes
public static final class K8sIncubatingAttributes.K8sContainerStatusReasonIncubatingValues
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe container has completed execution.static final StringThe container cannot run.static final StringThe container is being created.static final StringThe container is in a crash loop back off state.static final StringThere was an error creating the container configuration.static final StringThere was an error pulling the container image.static final StringThere was an error with the container.static final StringThe container image pull is in back off state.static final StringThe container was killed due to out of memory. -
Method Summary
-
Field Details
-
CONTAINER_CREATING
The container is being created.- See Also:
-
CRASH_LOOP_BACK_OFF
The container is in a crash loop back off state.- See Also:
-
CREATE_CONTAINER_CONFIG_ERROR
There was an error creating the container configuration.- See Also:
-
ERR_IMAGE_PULL
There was an error pulling the container image.- See Also:
-
IMAGE_PULL_BACK_OFF
The container image pull is in back off state.- See Also:
-
OOM_KILLED
The container was killed due to out of memory.- See Also:
-
COMPLETED
The container has completed execution.- See Also:
-
ERROR
There was an error with the container.- See Also:
-
CONTAINER_CANNOT_RUN
The container cannot run.- See Also:
-