Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: override otel "task_id" for cloud run job #682

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

alethenorio
Copy link
Contributor

@alethenorio alethenorio commented Aug 2, 2024

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

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)
@alethenorio alethenorio requested a review from a team as a code owner August 2, 2024 08:22
@alethenorio alethenorio merged commit 301aeff into master Aug 2, 2024
1 check passed
@alethenorio alethenorio deleted the override-cloud-run-job-otel branch August 2, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants