From c2faa60f1c3d9aa34f81ca9fa6ab963873be2b9a Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Fri, 11 Oct 2024 06:33:58 -0700 Subject: [PATCH] fix(da): readme - add metrics flags --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c10ade..44a5ff3 100644 --- a/README.md +++ b/README.md @@ -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"`| See `./build/centralized-sequencer --help` for details.