Skip to content

Commit

Permalink
docs: add more env in docker-compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Apr 3, 2021
1 parent e5b1e6c commit 21399db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ services:
# Control socket timeout (in miliseconds).
# Set to 0 for infinity. Default is 2000
- KNOT_EXPORTER_SOCKET_TIMEOUT=5000

# set the env below to enable/disable monitoring
- KNOT_EXPORTER_COLLECT_MEMINFO=false
# - KNOT_EXPORTER_COLLECT_GLOBAL_STATS
# - KNOT_EXPORTER_COLLECT_ZONE_STATS
# - KNOT_EXPORTER_COLLECT_ZONE_STATUS
# - KNOT_EXPORTER_COLLECT_ZONE_READ
volumes:
- /usr/lib64/:/usr/lib64/
- /var/run/knot/:/var/run/knot/:z
Expand Down

0 comments on commit 21399db

Please sign in to comment.