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

MySQL / PostgreSQL support #33

Closed
rozetko opened this issue Dec 20, 2019 · 1 comment · Fixed by #34
Closed

MySQL / PostgreSQL support #33

rozetko opened this issue Dec 20, 2019 · 1 comment · Fixed by #34
Labels
bug Something isn't working

Comments

@rozetko
Copy link
Member

rozetko commented Dec 20, 2019

There is a "Cannot find datasource id in url api/tsdb/query" when a SQL datasource is used.

grafana-data-exporter-panel expects the datasource to have /api/datasources/:id proxy URL. SQL datasources' "Proxy URL" differs from other datasources: it has /api/tsdb proxy URL.
We should support this case.

@rozetko rozetko added the bug Something isn't working label Dec 20, 2019
@rozetko rozetko changed the title PostgreSQL support MySQL / PostgreSQL support Dec 20, 2019
@anirudh-ramesh
Copy link

When used with an SQL database, this panel irreversibly changes the proxy URL to /api/datasources/:id and the only way to recover would be to delete the organization and restart.

amper43 added a commit that referenced this issue Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants