Constant K8S_CONTAINER_READY
pub const K8S_CONTAINER_READY: &'static str;
Expand description
§Description
Indicates whether the container is currently marked as ready to accept traffic, based on its readiness probe (1 = ready, 0 = not ready)
§Notes
This metric SHOULD reflect the value of the ready
field in the
K8s ContainerStatus
§Metadata
Instrument: | updowncounter |
Unit: | {container} |
Status: | Development |