mirror of
https://github.com/Telecominfraproject/wlan-cloud-kube-state-metrics.git
synced 2025-11-02 03:28:05 +00:00
* graduate kube_endpoint_ports and kube_endpoint_address to STABLE * graduate kube_endpoint_address_not_ready and kube_endpoint_address_available to DEPRECATED as the information is precomputed during metrics-scraping Signed-off-by: Mario Constanti <mario@constanti.de>
1.5 KiB
1.5 KiB
Endpoint Metrics
| Metric name | Metric type | Labels/tags | Status |
|---|---|---|---|
| kube_endpoint_annotations | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> annotation_ENDPOINT_ANNOTATION=<ENDPOINT_ANNOTATION> |
EXPERIMENTAL |
| kube_endpoint_address_not_ready | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> |
DEPRECATED |
| kube_endpoint_address_available | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> |
DEPRECATED |
| kube_endpoint_info | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> |
STABLE |
| kube_endpoint_labels | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> label_ENDPOINT_LABEL=<ENDPOINT_LABEL> |
STABLE |
| kube_endpoint_created | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> |
STABLE |
| kube_endpoint_ports | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> port_name=<endpoint-port-name> port_protocol=<endpoint-port-protocol> port_number=<endpoint-port-number> |
STABLE |
| kube_endpoint_address | Gauge | endpoint=<endpoint-name> namespace=<endpoint-namespace> ip=<endpoint-ip> ready=<true if available, false if unavailalbe> |
STABLE |