Skip to content

Commit

Permalink
Add a JetStream Dashboard (#126)
Browse files Browse the repository at this point in the history
Add a jetstream ops-level dashboard

Signed-off-by: Colin Sullivan <colin@synadia.com>
  • Loading branch information
ColinSullivan1 authored Feb 6, 2023
1 parent ab05683 commit 94bac56
Show file tree
Hide file tree
Showing 2 changed files with 2,100 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ services:
- $NATS_SURVEYOR_CREDS:/etc/surveyor/SYS.creds
- ./observations:/observations
- ./jetstream:/jetstream
entrypoint: /nats-surveyor
command: -c ${NATS_SURVEYOR_SERVER_COUNT} -creds /etc/surveyor/SYS.creds -s "${NATS_SURVEYOR_SERVERS}" -observe /observations -jetstream /jetstream
command: --count ${NATS_SURVEYOR_SERVER_COUNT} -creds /etc/surveyor/SYS.creds -s "${NATS_SURVEYOR_SERVERS}" --accounts -observe /observations -jetstream /jetstream
networks:
- monitor-net
labels:
Expand Down
Loading

0 comments on commit 94bac56

Please sign in to comment.