pub const GCP_CLOUD_RUN_JOB_TASK_INDEX: &str = "gcp.cloud_run.job.task_index";
Expand description
The index for a task within an execution as provided by the CLOUD_RUN_TASK_INDEX
environment variable.
§Examples
0
1
pub const GCP_CLOUD_RUN_JOB_TASK_INDEX: &str = "gcp.cloud_run.job.task_index";
The index for a task within an execution as provided by the CLOUD_RUN_TASK_INDEX
environment variable.
0
1