Hello,
I was reading this section of the Grafana documentation - Use dashboards | Grafana documentation
I tried to imagine the following scenario. We have a set of panels that display data from DB queries. The dashboard default refresh is set to 5s. If we have 100 users viewing this dashboard at the same time does this mean that Grafana will trigger the queries on refresh for every single user? Is it possible to overload a database with such a setup?