From 584a7e506f7a694d1c0d7a49ba674bd5616c7279 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 6 Aug 2022 14:38:49 +0200 Subject: [PATCH] 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. --- templates/telegraf-docker.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/telegraf-docker.conf b/templates/telegraf-docker.conf index e5d2b4f..a794b44 100644 --- a/templates/telegraf-docker.conf +++ b/templates/telegraf-docker.conf @@ -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 = []