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

New config option in mixin to use native histograms only in dashboards #9065

Open
Tracked by #7229
krajorama opened this issue Aug 21, 2024 · 0 comments
Open
Tracked by #7229

Comments

@krajorama
Copy link
Contributor

krajorama commented Aug 21, 2024

Currently Mimir dashboards execute queries on some latency histograms using both native and classic histograms. This puts extra load on the backend and can be slower than just running one of the queries.

Add a mixin configuration parameter to be able to restrict which kind of query is run at build time.
MVP: allow generating dashboards with either both queries or only native histograms queries.

This would not be necessary if grafana/grafana#79848 was implemented or PromQL would optimize away impossible queries (x < -Inf).

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

1 participant