Closed sed-i closed 1 day ago
grafana agent charm may have quite some reldata to pipe through, and updating many relations may take some time, because the pyyaml we end up using isn't optimized.
Use a binary pyyaml package.
In tandem with https://github.com/canonical/grafana-agent-k8s-operator/pull/332.
https://github.com/canonical/cos-proxy-operator/pull/150
Issue
grafana agent charm may have quite some reldata to pipe through, and updating many relations may take some time, because the pyyaml we end up using isn't optimized.
Solution
Use a binary pyyaml package.
In tandem with https://github.com/canonical/grafana-agent-k8s-operator/pull/332.
Context
https://github.com/canonical/cos-proxy-operator/pull/150