This commit is contained in:
soraefir
2026-06-06 00:56:58 +02:00
parent 80fe64b34f
commit f2a68f34cb

View File

@@ -70,7 +70,7 @@ let
inputs.docker = {
endpoint = "unix:///var/run/docker.sock";
timeout = "5s";
perdevice_include = ["blkio", "cpu", "network"];
perdevice_include = ["blkio" "cpu" "network"];
total_include = [];
};
})