Skip to content

Commit

Permalink
take up docker module
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jul 11, 2024
1 parent 4e3cdd4 commit aaabb2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure/monitoring/beats/metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ metricbeat.modules:
- drop_event.when.regexp:
system.filesystem.mount_point: '^/(sys|cgroup|proc|dev|etc|host|lib)($|/)'
#------------------------------- Docker Module -------------------------------
# - module: docker
# metricsets:
# ['container', 'cpu', 'diskio', 'healthcheck', 'info', 'memory', 'network']
# hosts: ['unix:///var/run/docker.sock']
# period: 10s
- module: docker
metricsets:
['container', 'cpu', 'diskio', 'healthcheck', 'info', 'memory', 'network']
hosts: ['unix:///var/run/docker.sock']
period: 10s

#================================ Processors ===================================
processors:
Expand Down

0 comments on commit aaabb2c

Please sign in to comment.