alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
77 stars 26 forks source link

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

Open harry221985 opened 3 years ago

harry221985 commented 3 years ago

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

ZhongyuWang commented 3 years ago

Hi @harry221985 ,

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