You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an existing JFR file uploaded to Cryostat, it should be possible to verify the data presented by Grafana for that recording. It should be possible to use the Grafana API to give us repeatable JSON data for the datasource and dashboards.
Using an existing JFR file uploaded to Cryostat, it should be possible to verify the data presented by Grafana for that recording. It should be possible to use the Grafana API to give us repeatable JSON data for the datasource and dashboards.
We can start by querying the dashboard API for information about what information/panels will be displayed:
https://grafana.com/docs/grafana/latest/developers/http_api/dashboard/#get-dashboard-by-uid
Then we can parse that and construct datasource queries, similar to those Grafana would use itself to populate the dashboard:
POST /api/datasources/proxy/1/query
Example response:
The text was updated successfully, but these errors were encountered: