Skip to main content

K8S_REPLICASET_POD_AVAILABLE

Constant K8S_REPLICASET_POD_AVAILABLE 

pub const K8S_REPLICASET_POD_AVAILABLE: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Total number of available replica pods (ready for at least minReadySeconds) targeted by this replicaset.

§Notes

This metric aligns with the availableReplicas field of the K8s ReplicaSetStatus

§Metadata

Instrument:updowncounter
Unit:{pod}
Status:Development