Constant K8S_SERVICE_ENDPOINT_CONDITION
pub const K8S_SERVICE_ENDPOINT_CONDITION: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The condition of the service endpoint.
§Notes
The current operational condition of the service endpoint.
An endpoint can have multiple conditions set at once (e.g., both serving and terminating during rollout).
This attribute aligns with the condition fields in the K8s EndpointSlice.
§Examples
"ready""serving""terminating"