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

Prometheus Native Histogram support phase1 #3478

Closed
19 of 22 tasks
krajorama opened this issue Nov 21, 2022 · 0 comments · Fixed by #4527
Closed
19 of 22 tasks

Prometheus Native Histogram support phase1 #3478

krajorama opened this issue Nov 21, 2022 · 0 comments · Fixed by #4527

Comments

@krajorama
Copy link
Contributor

krajorama commented Nov 21, 2022

Basic Support Prometheus Native Histograms

Include Native Histogram support that was recently added to Prometheus in prometheus/prometheus#11447

Describe the solution you'd like

Mimir to support ingestion and query of native histograms the same way as Prometheus.

Scope: able to ingest integer and float native histograms and query them back. Do not degrade existing float metrics performance.

Out of scope: recording rules resulting in native histograms, query sharding, optimization (see phase 2 : #4173 )

Describe alternatives you've considered

N/A

PR Numbers for changelog later

#4286 #4352 #4354 #4376 #4377 #4387 #4396 #4425 #4442 #4494 #4512 #4513

Additional context

Presentations (there are more, just picking two recent ones from PromCon 2022):
Native histograms in Prometheus
PromQL for native histograms

Tasks

  1. squad/customer
    zenador
  2. squad/customer
    krajorama
  3. keep-open
  4. squad/customer
    zenador
  5. squad/customer
    leizor
  6. squad/customer
    leizor
  7. zenador
  8. squad/customer
    leizor
  9. leizor
  10. leizor
  11. leizor
  12. krajorama
  13. fayzal-g
  14. krajorama
  15. krajorama
@krajorama krajorama changed the title Promatheus Native Histogram support Prometheus Native Histogram support Nov 21, 2022
@krajorama krajorama self-assigned this Nov 21, 2022
@zenador zenador self-assigned this Dec 8, 2022
@fayzal-g fayzal-g self-assigned this Jan 17, 2023
@krajorama krajorama changed the title Prometheus Native Histogram support Prometheus Native Histogram support phase1 Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment