telegraf config part 1

This commit is contained in:
2023-01-26 18:12:54 +01:00
parent 90a505787e
commit 442998c249
8 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[[inputs.docker]]
endpoint = "unix:///var/run/docker.sock"
gather_services = true
container_names = []
source_tag = false
container_name_include = []
container_name_exclude = []
timeout = "5s"
perdevice = false
perdevice_include = ["cpu", "blkio", "network"]
total = false
total_include = ["cpu", "blkio", "network"]
docker_label_include = []
docker_label_exclude = []