CorpGlory / grafana-data-exporter

Server for fetching data from Grafana datasources
39 stars 6 forks source link

Single export button one file #34

Closed sblrok closed 3 years ago

sblrok commented 3 years ago

When using the "Export all" button on the Progress panel, export status of each panel displayed separately, and each file with data from panels had to be downloaded separately. This PR changes this functionality, now, after clicking export all, one line appears on the progress panel with the ability to download a file that contains data from all panels

Changes Instead of starting the export of files separately, you can now export data from multiple panels into one file (services/exporter.ts) Export request expects panelTitle and panelId

rozetko commented 3 years ago

P.S. looks like there should be different classes to export from single and multiple panels