-
Notifications
You must be signed in to change notification settings - Fork 540
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
Allow using native histogram version of latency metrics in Mimir #7154
Comments
This was referenced Jan 17, 2024
This was referenced Jan 26, 2024
Closed
4 tasks
krajorama
changed the title
Allow using native histogram version of cortex_request_duration_seconds
Allow using native histogram version of latency metrics in Mimir
Feb 26, 2024
This was referenced Mar 1, 2024
2 tasks
krajorama
added a commit
that referenced
this issue
Mar 20, 2024
Allow switching between basing status on classic or native version of cortex_request_duration_seconds. Related to #7154 Signed-off-by: György Krajcsovits <[email protected]>
This was referenced Mar 20, 2024
krajorama
added a commit
that referenced
this issue
Apr 8, 2024
* dashboards: overview: use native histograms in status Allow switching between basing status on classic or native version of cortex_request_duration_seconds. Related to #7154 Signed-off-by: György Krajcsovits <[email protected]>
krajorama
added a commit
that referenced
this issue
Jun 24, 2024
…nds (#7674) * dashboards: overview: use native histograms in status Allow switching between basing status on classic or native version of cortex_request_duration_seconds. Related to #7154 Followup to #7627 Signed-off-by: György Krajcsovits <[email protected]>
1 task
This was referenced Jul 17, 2024
Merged
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The classic histogram
cortex_request_duration_seconds_(bucket|count|sum)
now has a native histogram version calledcortex_request_duration_seconds
. Users should be able to drop the classic histogram series and just use the native histogram that has better quality and performance.The solution should implement the above for all latency related metrics that Mimir has. Tracked in #5020 .
Describe the solution you'd like
Update recording rules and alerts to be able to use the new native histograms. It will be up to the end user to decide which ones to scrape.
Update dashboards to be able to show either classic or native histograms based on a dashboard variable.
Describe alternatives you've considered
We considered many alternatives:
rate
working on very little data during migration.Additional context
https://grafana.com/docs/mimir/v2.11.x/send/native-histograms/
https://grafana.com/docs/mimir/v2.11.x/visualize/native-histograms/
The text was updated successfully, but these errors were encountered: