I have got large grafana dashobard with a lot of panels. Now i want to export panels data into database. Before inserting into database, transform from json.
What api should i request in grafana to receive dashboard data? Grafana 11.1.1
result of the api execution should be number of points in time, so i can draw diagrams
Thank you for replaying.
I configured sophisticated queries in my panels, with transformations.
Victoria Metrics is a data source for metrics.
As i already configured panels, it would be prefferable to use already configured queries.
If query is changed in grafana, i want changes to reflect in one place
Can you help me with api to use? I cannot find in documentation
My managers dont like Grafana UI.
They have got their own UI - called Power BI platform. This platform stores data in sql tables. Data can be consumed from other places with teh help of ETL
And they want to see grafana panels data in Power BI, not Grafana UI
Hi, I don’t think there’s an api for that. You can query datasource but not the panel, as you most probably require the web browser to display the data.
If not, maybe this script (it’s a bit messy but I developed it for my masters thesis) might be somewhat a guide on how to get the CSV of the data - I remember it didn’t always work but I worked enough in my case