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.
§Notes
§Examples
01
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.
01