k8s.service.endpoint.condition
Developmentenumas of v1.44.0
The condition of the service endpoint.
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
Values (3)
readyThe endpoint is ready to receive new connections.servingThe endpoint is currently handling traffic.terminatingThe endpoint is in the process of shutting down.
Used by
metrics (1)
- k8s.service.endpoint.count *
* required on that signal.
History
Added as development.