Is there a good example on how to use the new Histogram graph with a normal Prometheus histogram metric?
Does this help at all? https://grafana.com/blog/2020/06/23/how-to-visualize-prometheus-histograms-in-grafana/
In general I think the main thing you want to do to get this to work properly is to aggregate by le
.
That’s what I already have actually, looking to update it to work with the new histogram graph in version 8
Ah gotya, right.
This may help a little bit. I would take a look at the data format in this graph:
https://play.grafana.org/d/YI95GyqMz/1-new-features-in-v8-0?orgId=1&editPanel=49
Looks like it’s just normal timeseries data, and Grafana does the actual bucket calculations. Maybe someone more familiar with these can shed some light though