HI Everyone,
I have a Prometheus counter metric to present total and failed calls to an API and using a table panel to visualize it. The problem with this is -
- If I change time range in Grafana from 24h to 3h the new data shows as expected however an immediate refresh of dashboard nullifies all the values in the table or changes the value drastically
- This happens with any time range i select
Sample query : sum by(label1) ((metric name{condition1=”123”}[$__range]))
Snap1: Below values are as expected.
Snap2: Immediate refresh nullifies the value or changes the value drastically

