I'm using Grafana to chart Prometheus data. I have a set of data in gauges and it's displaying just fine on line charts. When I try and use a pie chart it only seems to show the most recent data point, not the sum for the whole time range selected in the dashboard.
I'm trying this:
sum(successful_requests)
Is there something I need to do to get it to sum all the data in the time range?
Thanks,
Ian