canonical / grafana-agent-k8s-operator

This charmed operator automates the operational procedures of running Grafana Agent, an open-soruce telemetry collector.
https://charmhub.io/grafana-agent-k8s
Apache License 2.0
8 stars 18 forks source link

Update dashboards when relation broken #285

Closed samuelallan72 closed 5 months ago

samuelallan72 commented 5 months ago

Previously, when the relation between grafana-agent and a charm providing a dashboard (over the grafana-dashboards-consumer relation) was broken, the dashboards would not be removed. This fixes that issue, by also running the dashboards changed method when the relation is broken.

Testing Instructions

sed-i commented 5 months ago

Thanks @samuelallan72!