Constant K8S_JOB_POD_MAX_PARALLEL
pub const K8S_JOB_POD_MAX_PARALLEL: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
The max desired number of pods the job should run at any given time.
§Notes
This metric aligns with the parallelism field of the
K8s JobSpec
§Metadata
| Instrument: | updowncounter |
| Unit: | {pod} |
| Status: | Development |