grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

SceneQueryRunner: allow extra queries and processors to be rerun separately #748

Open sd2k opened 5 months ago

sd2k commented 5 months ago

Followup from this comment

This is really useful for some ML-based providers which need to run an extra query then transform the results, and also include interactivity such as a slider, but don't need to rerun the query as part of the interactivity - just the processing.

There are some downsides here, most notably the extra complexity:

Perhaps there's a way for me to do this using transformations instead? That might be preferable. I thought I'd submit this to get feedback though, since it's one solution.