Hi,
After upgrade Grafana from 9.4.7 version to 9.5.1 version, all the data links that I have in a dashboard, in a Table Panel, now have at the beginning the URL of Grafana + the original URL of Data Link.
For example, before upgrade, the data link points to:
https://grafana.testing/d/T6rsq7fVk?orgId=1&var-detection_id=something
After the upgrade, the data link points to:
https://grafana.testing/https://grafana.testing/d/T6rsq7fVk?orgId=1&var-detection_id=something
Even trying to delete and recreate the Data Links, the problem persists.
I’m obtaining the URL of Data Link from an internal Grafana variable. Sometimes from the value of the same field that I’m configuring for Data Link, ${__value.raw}, and sometimes from another field that I’m hiding in the table, ${__data.fields[url]}.
I tried Data Links without upgrade, in a fresh Grafana 9.5.1 docker installation, and the problem exists too.
EDIT: It is only happening when I use a Grafana variable as part of the value of the Data Link. If I fill the Data Link with some static URL, like http://www.gotosomewhere.com/dashboard, it works ok. For example, for the next screenshot, the first two entries are not working, and the third entry is working ok:
EDIT2: I can confirm that the same is happening on Grafana Play, which is on version 9.5.x too:
Anybody with the same problem?
Thanks in advance.
Regards,
Alejandro