feature: add options to node exporter
All checks were successful
/ check (push) Successful in 25s

This commit is contained in:
Lzebulon 2025-11-23 18:29:45 +01:00
parent 229dd95963
commit a6931fbc4c
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D

View file

@ -4,6 +4,11 @@
node = { node = {
enable = true; enable = true;
enabledCollectors = [ "systemd" ]; enabledCollectors = [ "systemd" ];
extraFlags = [
"--collector.ethtool"
"--collector.softirqs"
"--collector.tcpstat"
];
}; };
}; };
} }