Add docker input to telegraf

This commit is contained in:
iFargle 2024-01-18 12:48:23 +09:00
parent 3b2b5b475d
commit e15b5e3dc0

View file

@ -40,6 +40,7 @@
}; };
}; };
inputs = { inputs = {
docker = {};
cpu = { cpu = {
percpu = true; percpu = true;
totalcpu = true; totalcpu = true;