charm-telegraf:cpu_usage_steal_dashboard

Last commit made on 2021-07-23
Get this branch:
git clone -b cpu_usage_steal_dashboard 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:
cpu_usage_steal_dashboard
Repository:
lp:charm-telegraf

Recent commits

46fdb0a... by Adam Dyess

Add cpu_usage_steal, guest, guest_nice to cpu dashboard

956c766... by Xav Paice

Update help text for collect_intel_rdt_metrics

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/406060
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

95703c8... by Xav Paice

update config help for collect_intel_rdt_metrics

febea50... by Xav Paice

for functests, allow for ubuntu charm to have no status message

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-telegraf/+git/charm-telegraf/+merge/406001
Reviewed-by: Haw Loeung <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

54b2a01... by Xav Paice

for functests, allow for ubuntu charm to have no status message

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>