~guoqiao/telegraf:xav_patched_intel_rdt_fork

Last commit made on 2021-09-28
Get this branch:
git clone -b xav_patched_intel_rdt_fork https://git.launchpad.net/~guoqiao/telegraf
Only Joe Guo can upload to this branch. If you are Joe Guo please log in for upload directions.

Branch merges

Branch information

Name:
xav_patched_intel_rdt_fork
Repository:
lp:~guoqiao/telegraf

Recent commits

ea4a3f8... by Joe Guo

intel_rdt.go: prepend sudo to pqos cmd directly and revert shutDownPqos code

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

c1a857f... by Xav Paice

Update intel_rdt plugin stop for sudo

When running the pqos binary under sudo, handle the shutdown with a
signal to cleanly stop the child process.

181dbeb... by Xav Paice

Rename sudo option in intel_rdt plugin to use_sudo

To be consistent with other plugins, rename 'sudo' to 'use_sudo'.

07f9d18... by Xav Paice

Remove trailing spaces from intel_rdt README.md

ce6e649... by Xav Paice

Add sudo option for intel_rdt plugin

When running telegraf as a non-root user, this change allows the use
of sudo to run the necessary pqos command for the intel_rdt plugin.

8965291... by Imran Ismail

Fix prometheus cadvisor authentication (#9497)

2eb0ee2... by Alexander Krantz <email address hidden>

Add support for large uint64 and int64 numbers (#9520)

ff8ed37... by Mya <email address hidden>

fixed percentiles not being able to be ints (#9447)

2a72295... by Sebastian Spaink <email address hidden>

Detect changes to config and reload telegraf (copy of pr #8529) (#9485)

4591c62... by Jacob Hochstetler <email address hidden>

Http plugin add cookie auth (#9395)