We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found this plugin and gave it a test run. The goal:
On a Group entity page, list the dashboards owned by the group.
Group
First I added simple tag selectors like this:
apiVersion: backstage.io/v1alpha1 kind: Group metadata: name: team-atlas annotations: grafana/dashboard-selector: "owner:team-atlas"
Result:
Unexpected ":" at character 5
However this worked:
apiVersion: backstage.io/v1alpha1 kind: Group metadata: name: team-atlas annotations: grafana/dashboard-selector: "tags @> 'owner:team-atlas'"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found this plugin and gave it a test run. The goal:
On a
Group
entity page, list the dashboards owned by the group.First I added simple tag selectors like this:
Result:
However this worked:
The text was updated successfully, but these errors were encountered: