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

Change thread name from low to high cardinality #150

Closed
wants to merge 2 commits into from

Conversation

cfredri4
Copy link

@cfredri4 cfredri4 commented Jul 2, 2024

Thread name is a low cardinality key but with virtual threads there are millions of threads which leads to e.g. prometheus going 💥.

This change moves it to a high cardinality key instead.

Closes #149

With virtual threads there will be millions of thread names so this must be a high cardinality key

Signed-off-by: cfredri4 <christian.fredriksson.2@volvocars.com>
With virtual threads there will be millions of thread names so this must be a high cardinality key

Signed-off-by: cfredri4 <christian.fredriksson.2@volvocars.com>
@cfredri4 cfredri4 closed this by deleting the head repository Sep 21, 2024
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.

ObservationProxyExecutionListener + virtual threads = 💥
1 participant