Skip to content

Commit

Permalink
add metrics to second broker
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jun 10, 2024
1 parent ec31d16 commit c5069af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ processes:
broker_1:
command: cargo run --bin broker --release --
--public-bind-endpoint 0.0.0.0:1740
--public-advertise-endpoint local_ip:1740
--public-advertise-endpoint local_ip:1740 # local_ip is a special value that will be replaced with the host's local IP address
--private-bind-endpoint 0.0.0.0:1741
--private-advertise-endpoint local_ip:1741
--metrics-bind-endpoint localhost:9091
-d "redis://:changeme!@localhost:6379"

# Uncomment the following lines to run misbehaving processes and the Tokio console
Expand Down

0 comments on commit c5069af

Please sign in to comment.