Jannik Beyerstedt
584a7e506f
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.
12 lines
324 B
Plaintext
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 = []
|