Grafana OSS Version: 11.2
Hi Team,
I am creating a Geomap with latency of switches at locations worldwide. The map coordinates are marked using grafana-testdata-datasource and scenario as csv content. I added content as below.
name,latitude,longitude,latency
The latency value is from a different datasource, which uses a net-sql query on another tool. How can I incorporate this value on latency part of geomap. One option which I tried was using variables in dashboard, but the query is a timeseries data and it is showing “couldn’t find any field of string …” error.
Is there any way to reference the value from other dashboard or panel.
Regards
Fadil