We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a4c99 commit 162f447Copy full SHA for 162f447
.templates/telegraf/iotstack_defaults/auto_include/inputs.docker.conf
@@ -3,13 +3,12 @@
3
[[inputs.docker]]
4
endpoint = "unix:///var/run/docker.sock"
5
gather_services = false
6
- container_names = []
7
source_tag = false
8
container_name_include = []
9
container_name_exclude = []
10
timeout = "5s"
11
perdevice = false
12
- total = true
+ total_include = ["cpu", "blkio", "network"]
13
docker_label_include = []
14
docker_label_exclude = []
15
tag_env = ["HEAP_SIZE"]
0 commit comments