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

Support for native / exponential histograms #1465

Open
gouthamve opened this issue Dec 16, 2024 · 1 comment
Open

Support for native / exponential histograms #1465

gouthamve opened this issue Dec 16, 2024 · 1 comment

Comments

@gouthamve
Copy link
Member

OTel and Prometheus have support for exponential histograms: https://opentelemetry.io/blog/2023/exponential-histograms/

Right now the buckets are harcoded and same for all services. Which means if a service is too slow, then the peak is cut-off.

Exponential histograms solve this problem, and we should support those.

@grcevski
Copy link
Contributor

I believe we set the exponential histogram flag already for Prometheus, but I think we don't for OTel.

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

No branches or pull requests

2 participants