Cannot read data on TrackMap-panel-Grafana using Amazon timestream as the datasource

Hi, I have the installed the version 2.1.2 of the plugin and I cannot visualize data on Grafana 7.4.1. My data looks like:

SELECT
DeviceId,
CREATE_TIME_SERIES(time, measure_value::double) AS “*”
FROM “my_DB”.“my_Table”
WHERE $__timeFilter
AND measure_name = ‘latitude’
AND measure_name = ‘longitude’
GROUP BY DeviceId

Do you have an example/format/setting I can use? Thanks anyone

This topic was automatically closed after 365 days. New replies are no longer allowed.