Hello everyone,
I have some dashboards to monitor the state of my routers. But those dashboards take a very long time to load, and then a very long time to refresh. For example, after waiting around 10 minutes for the dashboard to load, nothing happens. I came back after meals and it was loaded. Then the refresh of every panels can take up to 2-3 minutes…
I’m working with InfluxDB V1 and I don’t think I can optimize any more my different queries.
update
Some times (randomly), after refreshing (waiting for 3-4 minutes), my panels shows the value “No data”. After looking at the Grafana query parameters there’s an error on the query.
After checking the Grafana logs:
logger=tsdb.mysql endpoint=queryData pluginId=mysql dsName=mysql dsUID=e6f5a95d-f6f4-419e-9c28-c306984522d8 uname=admin t=2024-04-26T08:37:13.329145697+02:00 level=error msg="Query error" error="Error 1040: Too many connections"
logger=tsdb.mysql endpoint=queryData pluginId=mysql dsName=mysql dsUID=e6f5a95d-f6f4-419e-9c28-c306984522d8 uname=admin t=2024-04-26T08:37:13.329764046+02:00 level=error msg="Query error" error="Error 1040 (08004): Too many connections"
Any hint on how to reduce this time?
Best regards