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

Panels in minimized rows not detected #20

Closed knorby closed 3 months ago

knorby commented 4 months ago

I've been using detect-angular-dashboards against an on-premise installation of Grafana Enterprise on 10.4.

Going through the list of detections, I noticed that panels in a row that is minimized / not expanded are not detected. I confirmed this on a few different dashboards, and I noticed that when I migrated visible panels, which were detected, but left Angular panels in a minimized row, the dashboard was fully removed.

Panels hidden like this are one of by biggest concerns, so this seems like a major gap in the tool.

knorby commented 4 months ago

I noticed https://github.com/grafana/detect-angular-dashboards/pull/18 after opening this issue