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 phase2 #4173

Open
36 of 37 tasks
krajorama opened this issue Feb 7, 2023 · 0 comments
Open
36 of 37 tasks

Prometheus Native Histogram support phase2 #4173

krajorama opened this issue Feb 7, 2023 · 0 comments

Comments

@krajorama
Copy link
Contributor

krajorama commented Feb 7, 2023

Continued from #3478 and continued in #7229

Fully support Prometheus Native Histograms

Add recording rules and query sharding support.

Additional goals

Optimizations

  • investigate turning promql results into JSON in query frontend. Is it optimal? Is it making some memory copies it doesn't need to ?
  • investigate not converting integer histogram to float histogram on merged iterator level (which is above mimir's chunk iterator wrapper on top of tsdb chunk iterator), instead let the tsdb chunk convert the data directly

Stretch goals

PRs outside mimir about the ecosystem

Ecosystem issues

  1. area/dataplane area/panel/histogram effort/medium internal prio/medium type/feature-request
    kylebrandt leeoniya
  2. datasource/Prometheus needs investigation type/feature-request
    bohandley
  3. prio/medium type/feature-request
    itsmylife
  4. area/panel/heatmap area/tooltip type/feature-request
    adela-almasan
  5. component/scraping kind/bug priority/P2
  6. component/promql kind/feature priority/Pmaybe
  7. component/scraping kind/feature priority/Pmaybe
  8. area/panel/heatmap
    leeoniya
  9. frozen-due-to-age
  10. area/backend area/frontend area/instrumentation no-backport no-changelog type/docs
  11. keep-open
    fatsheep9146
  12. component/tsdb priority/P2
    carrieedwards fionaliao
    krajorama zenador
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants