Class K8sIncubatingAttributes.K8sNodeConditionTypeIncubatingValues

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

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

    • READY

      public static final String READY
      The node is healthy and ready to accept pods
      See Also:
    • DISK_PRESSURE

      public static final String DISK_PRESSURE
      Pressure exists on the disk size—that is, if the disk capacity is low
      See Also:
    • MEMORY_PRESSURE

      public static final String MEMORY_PRESSURE
      Pressure exists on the node memory—that is, if the node memory is low
      See Also:
    • PID_PRESSURE

      public static final String PID_PRESSURE
      Pressure exists on the processes—that is, if there are too many processes on the node
      See Also:
    • NETWORK_UNAVAILABLE

      public static final String NETWORK_UNAVAILABLE
      The network for the node is not correctly configured
      See Also: