@cryptotaxi247 / netdata-1 / commits / c3f05b9da

improvement(cgroups): filter systemd-nspawn payload by default (#20155)

Ilya Mashchenko committed Apr 22, 2025 at 17:12 UTC c3f05b9da2abcd7df0f2bd89e919256f122dee73
1 file changed +2
src/collectors/cgroups.plugin/sys_fs_cgroup.c
+2
@@ -338,6 +338,8 @@ void read_cgroup_plugin_configuration() {
338
339 // ----------------------------------------------------------------
340
341 + "!/machine.slice/*/payload*"
342 + "!/machine.slice/*/supervisor*"
343 " /machine.slice/*.service " // #3367 systemd-nspawn
344
345 // ----------------------------------------------------------------