Skip to content

Commit 44ba2e2

Browse files
committed
Update metrics port number in README.
1 parent a88663b commit 44ba2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ just run_integration_local
5959

6060
### Accessing Metrics
6161

62-
Metrics are exposed on port 9000 + `i` for each node. Once the nodes are up and running, you
62+
Metrics are exposed on port 8000 + `i` for each node. Once the nodes are up and running, you
6363
can execute the following command to access the metrics for the first node. The system is working
6464
if you see output and the round number is gradually increasing.
6565

6666
```shell
6767
curl --request GET \
68-
--url http://localhost:9000/status/metrics \
68+
--url http://localhost:8000/status/metrics \
6969
--header 'User-Agent: insomnia/10.1.1'
7070
```
7171

0 commit comments

Comments
 (0)