Constant K8S_JOB_SUCCESSFUL_PODS
pub const K8S_JOB_SUCCESSFUL_PODS: &'static str;
Expand description
§Description
The number of pods which reached phase Succeeded for a job
§Notes
This metric aligns with the succeeded
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 |