Hi,
I’ve retrieved a docker image that includes an existing dashboard that display temperatures graphs based on a time range.
On the side, there’s some stat panels that display min / max / avg values of the temperature but I realized that those are requested over the entire dataset and are not restricted to the selected time range that is applied to the graph.
Being totaly new to grafana, i tried to look at the settings and various documentation pages.
I was trying to modify the request itself but by comparing it with the graph settings (that are restricted to the time range), i cannot see either how they’re restricted (the SQL of the graph looks like : “Select temp from temperatures”) and I cannot find the option that link it to the time range. So I guess i’m not looking at the right place…
- What Grafana version and what operating system are you using?
v9.1.6 - What are you trying to achieve?
Stat panel that’s restricted to the dashboard selected time range - How are you trying to achieve it?
panel settings - What happened?
panel not restricted to time range (min/max/mean values retrieves over the entire data range) - What did you expect to happen?
panels retrieving mean/max/min values over selected time range only
There’s no data because i’m not at home, so the DB is not available, but neverthelsse here are the current settings