Constant K8S_HPA_DESIRED_PODS

Source
pub const K8S_HPA_DESIRED_PODS: &str = "k8s.hpa.desired_pods";
Expand description

§Description

Desired number of replica pods managed by this horizontal pod autoscaler, as last calculated by the autoscaler

§Notes

This metric aligns with the desiredReplicas field of the K8s HorizontalPodAutoscalerStatus

§Metadata

Instrument:updowncounter
Unit:{pod}
Status:Development