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

pyroscope-receiver: remove service label from hists #104

Conversation

tomershafir
Copy link
Collaborator

Prometheus histograms are very expensive. This change removes service_name label from histograms, because it can explode cardinality.

Prometheus histograms are very expensive. This change removes service_name label from histograms, because it can explode cardinality.
@akvlad akvlad changed the base branch from main to pre-release October 8, 2024 12:23
@lmangani
Copy link
Contributor

@tomershafir how would correlation be possible without the service labels?

@akvlad akvlad merged commit f0fc81b into metrico:pre-release Oct 10, 2024
1 check passed
@tomershafir tomershafir deleted the pyroscope-receiver-rm-svc-label-from-hists branch October 10, 2024 11:28
@tomershafir
Copy link
Collaborator Author

@lmangani You cant, its a tradeoff. (The other options are: a summery that you cant aggregate, or plain sum and count counters that can yield an average)

@akvlad
Copy link
Collaborator

akvlad commented Oct 10, 2024

@tomershafir added some configurations to filter metrics and labels. Please take a look 1cf5002

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.

3 participants