~tcuthbert/charm-telegraf:master

Last commit made on 2021-01-13
Get this branch:
git clone -b master https://git.launchpad.net/~tcuthbert/charm-telegraf
Only Thomas Cuthbert can upload to this branch. If you are Thomas Cuthbert please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~tcuthbert/charm-telegraf

Recent commits

631a400... by Thomas Cuthbert

Following Haws suggestion that we pass a listener address via relationship data and use it if present, else default to private-address as HAProxy stats listens on 0.0.0.0 by default

131c3b2... by Thomas Cuthbert

Workaround for LP#1910974: telegraf haproxy input broken with Juju >= 2.8.7

1c088cc... by Benjamin Allot

Change the default collection_jitter value to "5s"

Reviewed-on: https://code.launchpad.net/~ballot/charm-telegraf/+git/telegraf-charm/+merge/394475
Reviewed-by: James Troup <email address hidden>

e0c262d... by Benjamin Allot

Change the default collection_jitter and flush_jitter value to "5s"

See
https://github.com/influxdata/telegraf/issues/3465#issuecomment-370510543
for the explanation.
We want to prevent all the telegraf plugins to pull their metrics
exactly at the same time.
This is even more important on a server hosting a lot of VMs with
telegraf deployed inside.

974b863... by Laurent Sesquès

make sure that extra_plugins config gets written after changing install_method

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/393386
Reviewed-by: James Hebden <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>

c9b21cd... by Laurent Sesquès

make sure that extra_plugins config gets written after changing install_method

42c814b... by Facundo Ciccioli

Write config files containing credentials as telegraf-only readable

Reviewed-on: https://code.launchpad.net/~llama-charmers/charm-telegraf/+git/charm-telegraf/+merge/391124
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Adam Dyess <email address hidden>

7ab8597... by Laurent Sesquès

config.yaml: use '>' for wrappable text instead of '|' for preserving whitespace

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/388640
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

32c00bb... by Paul Goins

Changed license to Apache 2.

Reviewed-on: https://code.launchpad.net/~vultaire/charm-telegraf/+git/charm-telegraf/+merge/389308
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Tom Haddon <email address hidden>
Reviewed-by: Giuseppe Petralia <email address hidden>

4ef6c03... by Laurent Sesquès

add the internal input plugin to base inputs, with memstats collection. Fixes lp:1895661.

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/391131
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Junien Fridrick <email address hidden>
Reviewed-by: Benjamin Allot <email address hidden>