~vultaire/charm-telegraf:copyright

Last commit made on 2020-08-13
Get this branch:
git clone -b copyright https://git.launchpad.net/~vultaire/charm-telegraf
Only Paul Goins can upload to this branch. If you are Paul Goins please log in for upload directions.

Branch merges

Branch information

Name:
copyright
Repository:
lp:~vultaire/charm-telegraf

Recent commits

dc40e08... by Paul Goins

Changed license to Apache 2.

ab4faf9... by Jose Guedez

Add support for openvswitch metrics (number of flows, interface counters)

Reviewed-on: https://code.launchpad.net/~llama-charmers/charm-telegraf/+git/charm-telegraf/+merge/385900
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

2e64218... by Joe Guo

add and fix unit test for ovs_dpctl

Signed-off-by: Joe Guo <email address hidden>

378528b... by Joe Guo

migrate ovs_dpctl metric

Signed-off-by: Joe Guo <email address hidden>

14f629c... by Joe Guo

migrate ovs_dump_flows metric

Signed-off-by: Joe Guo <email address hidden>

9ac7771... by Joe Guo

templates/base_inputs.conf: revert config for ovs metrics

Config will be moved to dedicated conf file in /etc/telegraf/telegraf.d/

Signed-off-by: Joe Guo <email address hidden>

5e225eb... by Jose Guedez

Add support for openvswitch metrics (number of flows, interface counters)

ac0af7b... by Laurent Sesquès

Add support for either deb or snap install (defaults to deb)

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-telegraf/+git/telegraf-charm/+merge/386570
Reviewed-by: Joe Guo <email address hidden>
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Stuart Bishop <email address hidden>

d64df25... by Joe Guo

add metrics for softnet_stat

To parse the output of /proc/softnet_stat, new python deps are introduced.
To avoid wheels version conflict, use deb version for python packages if available.

tests will be added in a separate Merge for all metrics later.

Reviewed-on: https://code.launchpad.net/~llama-charmers/charm-telegraf/+git/charm-telegraf/+merge/388113
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Drew Freiberger <email address hidden>

ae53ba8... by Laurent Sesquès

simplify the snap.install call