pub const K8S_JOB_SUCCESSFUL_PODS: &str = "k8s.job.successful_pods";
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 |