Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: override otel "task_id" for cloud run job
On Cloud Run Job opentelemetry sets the "task_id" to the job instance id which leads to high cardinality as it changes for every run. In order to avoid that we override it with the cloud run task index instead. relates to [PE-910](https://einride.atlassian.net/browse/PE-910)
- Loading branch information