~sajoupa/charm-telegraf:expose_ip_ranges

Last commit made on 2021-01-22
Get this branch:
git clone -b expose_ip_ranges https://git.launchpad.net/~sajoupa/charm-telegraf
Only Laurent Sesquès can upload to this branch. If you are Laurent Sesquès please log in for upload directions.

Branch merges

Branch information

Name:
expose_ip_ranges
Repository:
lp:~sajoupa/charm-telegraf

Recent commits

a9d2bea... by Laurent Sesquès

prometheus_ip_range support: a few code improvements

fa4e7c9... by Laurent Sesquès

add unit tests for prometheus_ip_range

68a5407... by Laurent Sesquès

remove TODO comment about get_prometheus_port(), actually not relevant

689fb2b... by Laurent Sesquès

rework flags and wording for prometheus-client

8623c5f... by Laurent Sesquès

prometheus_client output plugin: fix reactive logic, update unit tests

9359340... by Laurent Sesquès

revamp prometheus-client output configuration to add ip_range, fix bugs with prometheus relation

9040361... by Paul Goins

Should use data_changed() instead of is_data_changed()

Reviewed-on: https://code.launchpad.net/~vultaire/charm-telegraf/+git/charm-telegraf/+merge/396357
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Edin S <email address hidden>
Reviewed-by: Haw Loeung <email address hidden>

b7b8a51... by Paul Goins

Should use data_changed() instead of is_data_changed()

This is a bug fix for https://pad.lv/1911815.

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.