~guoqiao/telegraf:rdt_use_sudo_1_18_3

Last commit made on 2021-07-15
Get this branch:
git clone -b rdt_use_sudo_1_18_3 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:
rdt_use_sudo_1_18_3
Repository:
lp:~guoqiao/telegraf

Recent commits

296d2c7... 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.

6a94f65... by David Reimschussel <email address hidden>

Telegraf v1.18.3

3fe5e3f... by David Reimschussel <email address hidden>

Update changelog

07df93f... by David Reimschussel <email address hidden>

update build version

d0d477d... by Russ Savage <email address hidden>

Set user agent when scraping prom metrics (#9271)

(cherry picked from commit e8ae01921b2aa93c07be4f651af5def6e210e6ca)

1079a4d... by Sebastian Spaink <email address hidden>

Migrate soniah/gosnmp import to gosnmp/gosnmp (#9203)

(cherry picked from commit 5330a74feaf21a5074b774531b2a1d77f4fedd82)

74fcf1f... by SomKen <email address hidden>

Add Freebsd armv7 URL for nightly builds / organize (#9268)

(cherry picked from commit b3f5a15410b2a43f5a7744972f309558dc268ed2)

9e0962e... by maxuntr <email address hidden>

Kinesis_consumer input plugin - fix repeating parser error (#9169)

(cherry picked from commit 741e3884e62d1f8183203649e928e233df98c6c3)

7142248... by Giovanni Luisotto <email address hidden>

SQL Server - sqlServerRingBufferCPU - removed whitespaces (#9130)

### Required for all PRs:

- [ ] Updated associated README.md.
- [ ] Wrote appropriate unit tests.

Removed a pair of whitespace chars from the **sqlServerRingBufferCPU** SQL statement and added some formatting.
This query exists only for the on-prem version of SQL Server (`database_type = "SQLServer"`)

If you were unlucky enough to have some SQL 2008 the query wouldn't work as the whitespace char is not allowed inside the statement.

(cherry picked from commit 8b9883e2eca63f9e4f51e9af1efc7925f7012e3e)

a569db3... by Tuan Nguyen Huy <email address hidden>

Add ability to enable gzip compression in elasticsearch output (#8913)

(cherry picked from commit b56ffdc49871b25867364cecac630fc2b803186b)