pub const K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS: &str = "k8s.replicationcontroller.available_pods";Expand description
§Description
Total number of available replica pods (ready for at least minReadySeconds) targeted by this replication controller
§Notes
This metric aligns with the availableReplicas field of the
K8s ReplicationControllerStatus
§Metadata
| Instrument: | updowncounter |
| Unit: | {pod} |
| Status: | Development |