k8s.service.endpoint.address_type
Developmentenumas of v1.44.0
The address type of the service endpoint.
The network address family or type of the endpoint.
This attribute aligns with the addressType field of the
K8s EndpointSlice.
It is used to differentiate metrics when a Service is backed by multiple address types
(e.g., in dual-stack clusters).
Examples
- IPv4
- IPv6
Values (3)
IPv4IPv4 address typeIPv6IPv6 address typeFQDNFQDN address type
Used by
metrics (1)
- k8s.service.endpoint.count *
* required on that signal.
History
Added as development.