mitigation for periodic high load average

This commit is contained in:
nyanloutre 2025-04-29 14:10:42 +02:00
parent 97f849e454
commit ffdc94c052

View file

@ -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 = {};