grafana / detect-angular-dashboards

Detect dashboards depending on Angular data source and panel plugins on a running Grafana instance using the Grafana API.
Apache License 2.0
12 stars 4 forks source link

Detecting both "table" and "table-old" as legacy panels #17

Open kayleighmcginley opened 5 months ago

kayleighmcginley commented 5 months ago

Hello,

I have ran this against two instances of Grafana and for each is it detecting "table-old" as a legacy plugin but is also detecting "table" as a legacy plugin. When I manually go to the dashboard where "table" is being highlighted as a legacy plugin, it does not have any warning message of angular deprecation. Am I missing something here?

Both instances of Grafana are running v10.4.1.

Thanks.