ansible-role-server/templates/telegraf-docker.conf
Jannik Beyerstedt 584a7e506f telegraf: Remove docker total option
Option "total" of plugin "inputs.docker" deprecated since version 1.18.0
But for now, it still needs to be set for "total_include" to be honored.
2022-08-06 14:38:49 +02:00

12 lines
324 B
Plaintext

[[inputs.docker]]
endpoint = "unix:///var/run/docker.sock"
perdevice = false
total = true
total_include = ["cpu", "blkio", "network"]
container_name_include = []
container_name_exclude = []
# container_state_include = []
# container_state_exclude = []
docker_label_include = []
docker_label_exclude = []