metrics icon indicating copy to clipboard operation
metrics copied to clipboard

How to display the histogram with vmrange label in grafana?

Open greyireland opened this issue 2 years ago • 3 comments

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 avatar Feb 05 '23 15:02 greyireland

#45 support le label

greyireland avatar Feb 07 '23 08:02 greyireland

i do this and it works fine for me

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

bubunyo avatar May 08 '23 11:05 bubunyo

@greyireland how exactly mentioned queries fail? Have you read https://valyala.medium.com/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350 ?

hagen1778 avatar Jul 26 '23 09:07 hagen1778