-
Notifications
You must be signed in to change notification settings - Fork 809
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 to prometheus native histogram #5060
Comments
just checking if there is any plan for supporting prometheus native histogram |
@amouhadi yes that is the plan |
#5289 this tracks how many samples for this histogram is cortex dropping. It's a start |
Hey just checking in again to see if anything's changed. Is native histogram support still on the roadmap? |
Yeah I believe it is still on the roadmap. We need to wait our upstream project Thanos to support native histograms first. |
If I understand correctly, Thanos already supports native histogram on all components other than downsampling. |
Let me update the checklist for steps to enable native histograms. Feel free to leave comments about missing items. Checklist
|
How's the checklist above looking? Any recent updates? |
I see an August date for native histogram support, under the |
Thanks. I updated the checklist above.
Also some more tests need to be added. |
Is your feature request related to a problem? Please describe.
Experimental native histogram support was released with Prometheus v0.40.x.
Describe the solution you'd like
We should implement native histogram support (behind a feature flag)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: