pub const K8S_DEPLOYMENT_AVAILABLE_PODS: &str = "k8s.deployment.available_pods";
Expand description
§Description
Total number of available replica pods (ready for at least minReadySeconds) targeted by this deployment
§Notes
This metric aligns with the availableReplicas
field of the
K8s DeploymentStatus.
This metric SHOULD, at a minimum, be reported against a
k8s.deployment
resource
§Metadata
Instrument: | updowncounter |
Unit: | {pod} |
Status: | Development |