Constant K8S_JOB_FAILED_PODS
pub const K8S_JOB_FAILED_PODS: &'static str;
Expand description
§Description
The number of pods which reached phase Failed for a job
§Notes
This metric aligns with the failed
field of the
K8s JobStatus.
This metric SHOULD, at a minimum, be reported against a
k8s.job
resource
§Metadata
Instrument: | updowncounter |
Unit: | {pod} |
Status: | Development |