canonical / grafana-agent-operator

https://charmhub.io/grafana-agent
Apache License 2.0
4 stars 11 forks source link

Use a binary PyYAML package #212

Closed sed-i closed 1 day ago

sed-i commented 2 days ago

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