Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to view DB tables even though connection successful (AWS Timestream) #30

Closed
steeleapps opened this issue Dec 22, 2020 · 7 comments

Comments

@steeleapps
Copy link

steeleapps commented Dec 22, 2020

I am trying to use Grafana to connect and visualize data from AWS Timestream. I am able to connect to Timestream and view all the databases associated with the access/secret key I have provided; however, I cannot see any of the tables within any DB.

image

@Darth-Bobo
Copy link

Same for me, Grafana v7.3.6 (ea06633c34) and Amazon Timestream plugin 1.1.1. The plugin seems to be working OK, existing panels still have data and I can run things like "SHOW TABLES FROM $__database" in Explore as long as I manually enter the DB name against the Macro field.

It was working on 7.3.4.

@mark-lvl
Copy link

mark-lvl commented Jan 8, 2021

This been resolved in v1.1.1

@Darth-Bobo
Copy link

Confirmed, everything working again with v1.1.2

@Darth-Bobo
Copy link

Correction, the fixed version now places double quotes around $__measure preventing it from being used in queries. Existing queries seem to be working, but new ones cannot be created.

e.g. This does not work

Screenshot 2021-01-12 at 10 46 52

Neither does using measure_name = $__measure, but using measure_name = 'com_select' does work.

@ryantxu
Copy link
Member

ryantxu commented Feb 25, 2021

looks like this is resolved

@ryantxu ryantxu closed this as completed Feb 25, 2021
@RaistlinD2x-Dev
Copy link

I'm having an issue with this. No matter which authorizer I use, when attempting to find Databases for Timestream I'm getting "Bad Gateway error." Looking at dev tools console it shows various 502 and 404 errors around not finding it. I made sure my Grafana is set up in public subnets to all traffic in and out, I even add AdministratorAccess to the Service Managed role created by grafana with no luck. It just errors out when attempting to see Databases.

@171aldash
Copy link

@RaistlinD2x-Dev did you manage to resolve the issue in the end? I am having the same issue.

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

No branches or pull requests

6 participants