K-Phoen / backstage-plugin-grafana

Grafana plugin for Backstage
Apache License 2.0
57 stars 33 forks source link

Always add folderTitle to dashboard object to avoid broken UI card #73

Open Shandur opened 1 year ago

Shandur commented 1 year ago

If you use folderTitle dashboard selector in annotations, it might break the Dashboards card component with an error identifier folderTitle does not exist. The error happens if there is at least one dashboard in the response without a folderTitle field.

Example of annotation:

metadata:
  annotations:
    grafana/dashboard-selector: folderTitle == 'Cool Folder Title'

Tested it with my project - works nicely!

Shandur commented 1 year ago

@K-Phoen Would appreciate feedback (and merge) from you 🙌

roman-shandurenko commented 9 months ago

@K-Phoen up 👋

roman-shandurenko commented 3 months ago

@kcrabbe up :)