Constant K8S_DEPLOYMENT_DESIRED_PODS

Source
pub const K8S_DEPLOYMENT_DESIRED_PODS: &str = "k8s.deployment.desired_pods";
Expand description

§Description

Number of desired replica pods in this deployment

§Notes

This metric aligns with the replicas field of the K8s DeploymentSpec.

This metric SHOULD, at a minimum, be reported against a k8s.deployment resource

§Metadata

Instrument:updowncounter
Unit:{pod}
Status:Development