Skip to content

Commit 76f9026

Browse files
Merge pull request DataDog#680 from DataDog/mattw/dockerprocessclarification
the purpose of the procfs option is to get processes of host
2 parents ae63e6d + 2411f2a commit 76f9026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrations/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Configure the Agent to connect to your processes. Our example configuration will
2121

2222
init_config:
2323
# used to override the default procfs path, e.g. for docker
24-
# containers with the outside fs mounted at /host/proc
24+
# containers to see the processes of the host at /host/proc
2525
# procfs_path: /proc
2626
instances:
2727
- name: ssh

0 commit comments

Comments
 (0)