Class K8sIncubatingAttributes.K8sPodStatusReasonIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.K8sIncubatingAttributes.K8sPodStatusReasonIncubatingValues
Enclosing class:
K8sIncubatingAttributes

public static final class K8sIncubatingAttributes.K8sPodStatusReasonIncubatingValues extends Object
  • Field Details

    • EVICTED

      public static final String EVICTED
      The pod is evicted.
      See Also:
    • NODE_AFFINITY

      public static final String NODE_AFFINITY
      The pod is in a status because of its node affinity
      See Also:
    • NODE_LOST

      public static final String NODE_LOST
      The reason on a pod when its state cannot be confirmed as kubelet is unresponsive on the node it is (was) running.
      See Also:
    • SHUTDOWN

      public static final String SHUTDOWN
      The node is shutdown
      See Also:
    • UNEXPECTED_ADMISSION_ERROR

      public static final String UNEXPECTED_ADMISSION_ERROR
      The pod was rejected admission to the node because of an error during admission that could not be categorized.
      See Also: