I have a dashboard with a large number of panels that does not all fit on the screen at once. When I press the “refresh dashboard” button, the panels visible on the screen refresh. However if I scroll down a few minutes later to look at panels that weren’t visible on my screen, these have not been refreshed and do not refresh until I look at them.
The Grafana documentation is also very clear this isn’t how it should behave:
" Click the Refresh dashboard icon to immediately run every query on the dashboard and refresh the visualizations."
Clicking refresh dashboard does not immediately run every query on the dashboard, it only immediately runs every query on visible panels. I guess this is a bug then since the behaviour disagrees with documentation/it’s name.