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 = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
agent = {
|
||||
# Mitigation for periodic high load average
|
||||
# https://github.com/influxdata/telegraf/issues/3465
|
||||
collection_jitter = "5s";
|
||||
};
|
||||
inputs = {
|
||||
zfs = { poolMetrics = true; };
|
||||
net = { interfaces = [ "eno1" "eno2" "eno3" "eno4" ]; };
|
||||
net = {};
|
||||
netstat = {};
|
||||
cpu = { totalcpu = true; };
|
||||
kernel = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue