Constant K8S_JOB_MAX_PARALLEL_PODS

pub const K8S_JOB_MAX_PARALLEL_PODS: &'static str;
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.

This metric SHOULD, at a minimum, be reported against a k8s.job resource

§Metadata

Instrument:updowncounter
Unit:{pod}
Status:Development