Skip to content

Commit

Permalink
fix(da): readme - add metrics flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Oct 11, 2024
1 parent b54ce8b commit c2faa60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Run centralized-sequencer by specifying DA network details:
| `host` | centralized sequencer host | localhost |
| `port` | centralized sequencer port | 50051 |
| `listen-all` |listen on all network interfaces (0.0.0.0) instead of just localhost|disabled|
| `metrics` |enable prometheus metrics|disabled|
| `metrics-address` |address to expose prometheus metrics|`":8080"`|
<!-- markdownlint-enable MD013 -->

See `./build/centralized-sequencer --help` for details.
Expand Down

0 comments on commit c2faa60

Please sign in to comment.