k8s.service.endpoint.zone
Developmentstringas of v1.44.0
The zone of the service endpoint.
The zone where the endpoint is located, typically corresponding to a failure domain.
This attribute aligns with the zone field of endpoints in the
K8s EndpointSlice.
It enables zone-aware monitoring of service endpoint distribution and supports
features like Topology Aware Routing.
If the zone is not populated (e.g., nodes without the topology.kubernetes.io/zone label),
the attribute value will be an empty string.
Examples
- us-east-1a
- us-west-2b
- zone-a
Used by
metrics (1)
- k8s.service.endpoint.count
* required on that signal.
History
Added as development.