We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc2cfe3 + 4edb00a commit af8e786Copy full SHA for af8e786
1 file changed
ansible/roles/datadog/templates/docker_daemon.yaml.j2
@@ -2,5 +2,11 @@ init_config:
2
3
instances:
4
- url: "unix://var/run/docker.sock"
5
+
6
collect_labels_as_tags: ["instanceName"]
-
7
8
+ collect_container_size: false
9
10
+ performance_tags: ["container_id", "image_name", "image_tag"]
11
12
+ container_tags: ["image_name", "image_tag"]
0 commit comments