Skip to content

Commit

Permalink
deploy: mount tracefs for node-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Apr 30, 2024
1 parent 5fab278 commit 853f720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
privileged: true
pid: "host"
volumes:
- /sys/kernel/debug:/sys/kernel/debug
- /sys/kernel/tracing:/sys/kernel/tracing
- /sys/fs/cgroup:/host/sys/fs/cgroup
command:
- '--collector-endpoint=http://coroot:8080'
Expand Down

0 comments on commit 853f720

Please sign in to comment.