Class K8sIncubatingAttributes.K8sNodeConditionTypeIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.K8sIncubatingAttributes.K8sNodeConditionTypeIncubatingValues
- Enclosing class:
- K8sIncubatingAttributes
public static final class K8sIncubatingAttributes.K8sNodeConditionTypeIncubatingValues
extends Object
Values for
K8sIncubatingAttributes.K8S_NODE_CONDITION_TYPE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPressure exists on the disk size—that is, if the disk capacity is lowstatic final StringPressure exists on the node memory—that is, if the node memory is lowstatic final StringThe network for the node is not correctly configuredstatic final StringPressure exists on the processes—that is, if there are too many processes on the nodestatic final StringThe node is healthy and ready to accept pods -
Method Summary
-
Field Details
-
READY
The node is healthy and ready to accept pods- See Also:
-
DISK_PRESSURE
Pressure exists on the disk size—that is, if the disk capacity is low- See Also:
-
MEMORY_PRESSURE
Pressure exists on the node memory—that is, if the node memory is low- See Also:
-
PID_PRESSURE
Pressure exists on the processes—that is, if there are too many processes on the node- See Also:
-
NETWORK_UNAVAILABLE
The network for the node is not correctly configured- See Also:
-