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
Per ADR, it would be handy if dashboards had a tag indicating the name of the charm it came from (not the app name!).
An easy way to accomplish this with zero changes elsewhere is by adding the tag ourselves, if it is missing. We would need to do it in two places:
grafana-k8s-operator/lib/charms/grafana_k8s/v0/grafana_dashboard.py
Lines 1135 to 1141 in 95adce2
https://github.com/canonical/grafana-agent-operator/blob/efff57b4d1f3eb8bb397b58d4d2f4373bc88e474/src/grafana_agent.py#L467-L476
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhancement Proposal
Per ADR, it would be handy if dashboards had a tag indicating the name of the charm it came from (not the app name!).
An easy way to accomplish this with zero changes elsewhere is by adding the tag ourselves, if it is missing. We would need to do it in two places:
GrafanaDashboardProvider
grafana-k8s-operator/lib/charms/grafana_k8s/v0/grafana_dashboard.py
Lines 1135 to 1141 in 95adce2
grafana-agent-operator
https://github.com/canonical/grafana-agent-operator/blob/efff57b4d1f3eb8bb397b58d4d2f4373bc88e474/src/grafana_agent.py#L467-L476
The text was updated successfully, but these errors were encountered: