~ballot/charm-telegraf/+git/telegraf-charm:collection_jitter

Last commit made on 2020-11-25
Get this branch:
git clone -b collection_jitter https://git.launchpad.net/~ballot/charm-telegraf/+git/telegraf-charm
Only Benjamin Allot can upload to this branch. If you are Benjamin Allot please log in for upload directions.

Branch merges

Branch information

Name:
collection_jitter
Repository:
lp:~ballot/charm-telegraf/+git/telegraf-charm

Recent commits

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>

9ccd1a8... by Facundo Ciccioli

Files in /etc are usually owned by root; use a group to allow telegraf to access them

Allow root to edit the files to ease troubleshooting.

d8f8038... by Facundo Ciccioli

Factor out writing a telegraf-only readable file

d149612... by Laurent Sesquès

inputs.internal: make collect_memstats non-optional