Hey everyone,
We have a dashboard that worked fine in Grafana v10, but after upgrading to v11, the data-links in tables broke. Now, you have to click multiple times for them to work. This only happens with table data-links—other visualizations like stats work as expected.
I tried creating a new table, but the issue persists. I also noticed that CPU usage for the page stays above 90% even minutes after loading (with refresh turned off). It seems like the table is constantly re-rendering, and you have to time your clicks between renders; otherwise, nothing happens.
Another issue: Before, I had a URL as a variable value, and it would update with the data-link without reloading the dashboard (since it’s linking to the same dashboard). But in v11, clicking the data-link now reloads the whole dashboard. I found that removing the /
from the URL prevents a full reload and only updates the variables. It looks like the new version treats /
in variable values differently, causing a full reload.
Has anyone else run into this? Any ideas on a fix?
Thanks!