Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 4.07 KB

endpoint-metrics.md

File metadata and controls

12 lines (11 loc) · 4.07 KB

Endpoint Metrics

Metric name Metric type Description Labels/tags Status
kube_endpoint_annotations Gauge Kubernetes annotations converted to Prometheus labels controlled via --metric-annotations-allowlist 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 Kubernetes labels converted to Prometheus labels controlled via --metric-labels-allowlist 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