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

How to display the histogram with vmrange label in grafana? #44

Open
greyireland opened this issue Feb 5, 2023 · 3 comments
Open

How to display the histogram with vmrange label in grafana? #44

greyireland opened this issue Feb 5, 2023 · 3 comments

Comments

@greyireland
Copy link

Some case,all failed

histogram_quantile(0.9, rate(pair_cache_seconds_bucket[5m]))

prometheus_buckets(sum(rate(pair_cache_seconds_bucket)) by (vmrange))

histogram_quantile(0.99, sum(increase(pair_cache_seconds_bucket[5m])) by (vmrange))
@greyireland
Copy link
Author

#45 support le label

@bubunyo
Copy link

bubunyo commented May 8, 2023

i do this and it works fine for me

histogram_quantile(0.5, sum(increase(query_timings_bucket)) by (vmrange))

@hagen1778
Copy link
Contributor

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

3 participants