Skip to content

Commit

Permalink
chore(performance): update tracee dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Oct 15, 2024
1 parent 8baf157 commit a7412c1
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 79 deletions.
4 changes: 1 addition & 3 deletions performance/dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

volumes:
prometheus_data: {}

Expand All @@ -11,7 +9,7 @@ services:
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/rootfs:ro
- /:/rootfs:ro,rslave
command:
- '--path.procfs=/host/proc'
- '--path.rootfs=/rootfs'
Expand Down
Loading

0 comments on commit a7412c1

Please sign in to comment.