Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

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

Open
harry221985 opened this issue Jun 3, 2021 · 1 comment

Comments

@harry221985
Copy link

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
Copy link
Contributor

Hi @harry221985 ,

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants