Constant K8S_SERVICE_LOAD_BALANCER_INGRESS_COUNT
pub const K8S_SERVICE_LOAD_BALANCER_INGRESS_COUNT: &'static str;opentelemetry and semconv_experimental only.Expand description
§Description
Number of load balancer ingress points (external IPs/hostnames) assigned to the service.
§Notes
This metric reports the number of external ingress points (IP addresses or hostnames) assigned to a LoadBalancer Service.
It is only emitted for Services of type LoadBalancer and reflects the assignments
made by the underlying infrastructure’s load balancer controller in the
.status.loadBalancer.ingress field.
A value of 0 indicates that no ingress points have been assigned yet (e.g., during provisioning).
A value greater than 1 may occur when multiple IPs or hostnames are assigned (e.g., dual-stack configurations).
This metric signals that external endpoints have been assigned by the load balancer controller, but it does not guarantee that the load balancer is healthy
§Metadata
| Instrument: | gauge |
| Unit: | {ingress} |
| Status: | Development |