CorpGlory / grafana-data-exporter-panel

Panel for exporting metrics from Grafana dashboards
32 stars 8 forks source link

Cannot find datasource id in url api/tsdb/query #32

Closed versatildefuy closed 4 years ago

versatildefuy commented 4 years ago

Hello guys,

I tried to set up your plugin following the getting started guide, but after installing it Grafana returns an error for PostgreSQL datasource.

image

I set up and started Grafana for local development as explained here and I followed all the steps in the installation guide.

Installation grafana-data-exporter for fetching data from Grafana datasources. simple-json-datasource for progress tracking. grafana-data-exporter-panel for exporting metrics from dashboard. Import exporting template dashboard at http:///dashboard/import

What am I doing wrong? Should I use a specific version of Grafana?

Thank you in advance :)

rozetko commented 4 years ago

Hi @versatildefuy,

Thanks for the bug report. It's a general issue with SQL datasources support: https://github.com/CorpGlory/grafana-data-exporter-panel/issues/33. So PostgreSQL is not supported at this moment.

jonyrock-back commented 4 years ago

@versatildefuy we can fix it in one month. If you want to see it faster, please ping us: ping@corpglory.com

versatildefuy commented 4 years ago

Ok guys, thank you. I think this is a promising plugin. I am looking forward to using it :)

rozetko commented 4 years ago

@versatildefuy we've fixed it in the latest 0.3.6 release: https://github.com/CorpGlory/grafana-data-exporter-panel/releases/tag/0.3.6

versatildefuy commented 4 years ago

Thank you very much @rozetko . I will try the new version during the next days and I will provide feedback.