grafana-toolbox / grafana-wtf

Grep through all Grafana entities in the spirit of git-wtf.
GNU Affero General Public License v3.0
143 stars 13 forks source link

Fix discovery of data sources defined by dashboard variables #60

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

An attempt to improve discovery of data sources defined by dashboard variables, as reported by @atavakoliyext at GH-40.

Notes

Since a datasource variable of a given type with no filter could in theory match every datasource of that type, I'm not sure if there's an obvious fix.

Well, that's true.

Details

Because you can choose any data source with the corresponding chooser, this will never be accurate. However, it will at least check if the default data source defined within the variable definition actually exists.