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.
This commit is contained in:
Jannik Beyerstedt 2022-08-06 14:38:49 +02:00
parent fc525a745c
commit 584a7e506f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
endpoint = "unix:///var/run/docker.sock"
perdevice = false
total = true
total_include = ["cpu", "blkio", "network"]
container_name_include = []
container_name_exclude = []
# container_state_include = []