mitigation for periodic high load average
This commit is contained in:
parent
97f849e454
commit
ffdc94c052
1 changed files with 6 additions and 1 deletions
|
@ -22,9 +22,14 @@ in
|
||||||
telegraf = {
|
telegraf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
agent = {
|
||||||
|
# Mitigation for periodic high load average
|
||||||
|
# https://github.com/influxdata/telegraf/issues/3465
|
||||||
|
collection_jitter = "5s";
|
||||||
|
};
|
||||||
inputs = {
|
inputs = {
|
||||||
zfs = { poolMetrics = true; };
|
zfs = { poolMetrics = true; };
|
||||||
net = { interfaces = [ "eno1" "eno2" "eno3" "eno4" ]; };
|
net = {};
|
||||||
netstat = {};
|
netstat = {};
|
||||||
cpu = { totalcpu = true; };
|
cpu = { totalcpu = true; };
|
||||||
kernel = {};
|
kernel = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue