charm-telegraf:candidate/21.07

Last commit made on 2021-07-21
Get this branch:
git clone -b candidate/21.07 https://git.launchpad.net/charm-telegraf
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
candidate/21.07
Repository:
lp:charm-telegraf

Recent commits

fb9446a... by Jose Guedez

Add support for Memory Bandwidth Monitoring (Intel RDT)

Reviewed-on: https://code.launchpad.net/~jfguedez/charm-telegraf/+git/charm-telegraf/+merge/405064
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Edin S <email address hidden>
Reviewed-by: Junien Fridrick <email address hidden>
Reviewed-by: Xiyue Wang <email address hidden>

ed52df5... by Joe Guo

monkeypatch is_contrainer to False to fix CI failure

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

1f28378... by Joe Guo

fix flake8 lint error

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

51848b0... by Joe Guo

rename sudo -> use_sudo for intel rdt plugin

upstream patch: https://github.com/influxdata/telegraf/pull/9501

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

366c902... by Joe Guo

block charm when trying to enable intel rdt in container

The msr module is not available in container like lxd.
Also, enabling rdt in container is not meaningful.

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

9aa0caa... by Jose Guedez

Add support for Memory Bandwidth Monitoring (Intel RDT)

bacbe16... by Linda Guo

Fixed unit test and lint to pass CI

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-telegraf/+git/charm-telegraf/+merge/405793
Reviewed-by: Xiyue Wang <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Joe Guo <email address hidden>

dadfda1... by Linda Guo

Fixed unit test for ipmi_sensor_metrics

Fixed lint

776e318... by Linda Guo

Added sudo option for IPMI plugin

Telegraf IPMI plugin used command "ipmitool sdr elist" to get sensor data

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

5d12705... by Linda Guo

Added sudo option for IPMI plugin

Telegraf IPMI plugin used command
"ipmitool sdr elist" to get sensor data