Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 5.03 KB

replicaset-metrics.md

File metadata and controls

14 lines (13 loc) · 5.03 KB

ReplicaSet metrics

Metric name Metric type Description Labels/tags Status
kube_replicaset_annotations Gauge Kubernetes annotations converted to Prometheus labels controlled via --metric-annotations-allowlist replicaset=<replicaset-name>
namespace=<replicaset-namespace>
annotation_REPLICASET_ANNOTATION=<REPLICASET_ANNOTATION>
EXPERIMENTAL
kube_replicaset_status_replicas Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_status_fully_labeled_replicas Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_status_ready_replicas Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_status_observed_generation Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_spec_replicas Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_metadata_generation Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_labels Gauge Kubernetes labels converted to Prometheus labels controlled via --metric-labels-allowlist replicaset=<replicaset-name>
namespace=<replicaset-namespace>
label_REPLICASET_LABEL=<REPLICASET_LABEL>
STABLE
kube_replicaset_created Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
STABLE
kube_replicaset_owner Gauge replicaset=<replicaset-name>
namespace=<replicaset-namespace>
owner_kind=<owner kind>
owner_name=<owner name>
owner_is_controller=<whether owner is controller>
STABLE