I am trying to extract values from the dashboard from Grafana Dashboard. I have MySQL as data source and I have a query to extract values from a particular table in MySQL.
I am trying to get these values shown on dashboard with some API.
For prometheus, I have came across this API of Instant Queries and it works well. Similarly I want to get the for grafana dashboard. I went through these Grafana HTTP APIs, but did not find any to get mysql records displayed on dashboard.
Are there any other APIs? Or any other way to get these records?