alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

harry221985 opened this issue · comments

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

Hi @harry221985 ,

Could you see your data properly from the Query Inspector in Grafana? We have not tried datasources other than timescaleDB yet.