K8S_JOB_MAX_PARALLEL_PODS

Constant K8S_JOB_MAX_PARALLEL_PODS 

Source
pub const K8S_JOB_MAX_PARALLEL_PODS: &str = "k8s.job.max_parallel_pods";
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