Hi everyone,
I’m facing an issue with one of my Grafana dashboards where the latency values shown on the dashboard and in the panel’s edit mode do not match. Here’s the situation:
- In the dashboard view, the max latency for a particular metric (e.g., request rate) is displayed as
10 ms
. - However, when I click Edit or View and view the panel, the latency value is shown as
12 ms
.
I’m unable to understand why these values are different. I’ve checked a few things, but I’m still stuck:
- The time range for the dashboard and the panel seems to be the same.
- The query in the edit mode appears identical to what’s used in the dashboard.
- The panel is configured to show the max value, so there shouldn’t be a difference in aggregation.
Here are a few more details about my setup:
- Data source: [Prometheus.]
- Grafana version: [v10.1.5]
I’ve also tried refreshing the panel and dashboard, but the discrepancy remains.
Does anyone have insights into what might be causing this mismatch? Any suggestions would be greatly appreciated!
Thank you in advance!