Temporary performance degradation

We are currently experiencing service degradation and working on resolving this. Thank you for your patience and understanding.

Telegraf

Platform:

Channel Revision Published Runs on
latest/edge 12 03 Jun 2021
Ubuntu 20.04
juju deploy telegraf-k8s --channel edge

For any problems with this charm, please report bugs here.

The code for this charm can be downloaded as follows:

git clone https://git.launchpad.net/charm-k8s-telegraf

Using a custom image

By default the charm will use the telegrafcharmers/telegraf:edge image from dockerhub. To build and push a custom image:

git clone  https://git.launchpad.net/charm-k8s-telegraf
cd charm-k8s-telegraf
make image-build
docker tag telegraf:latest localhost:32000/telegraf
docker push localhost:32000/telegraf

Then, to use your new image:

juju deploy ./telegraf-k8s.charm --resource telegraf-image=localhost:32000/telegraf