Hi! How can I find a list of dashboards that are using a certain plugin?
I found this article from last year: Find all dashboards using certain datasource before removing datasource
Which references this tool: GitHub - panodata/grafana-wtf: Grep through all Grafana entities in the spirit of git-wtf.
The reason I want to do this, is because we want to update a panel plugin that will introduce a few minor breaking changes in its configuration. And we want to make sure we fix all the dashboards using that panel.
By now, is there a builtin way, in Grafana, to determine which dashboards are using that plugin, or is this still the standard method? Thank you!