We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88663b commit 44ba2e2Copy full SHA for 44ba2e2
README.md
@@ -59,13 +59,13 @@ just run_integration_local
59
60
### Accessing Metrics
61
62
-Metrics are exposed on port 9000 + `i` for each node. Once the nodes are up and running, you
+Metrics are exposed on port 8000 + `i` for each node. Once the nodes are up and running, you
63
can execute the following command to access the metrics for the first node. The system is working
64
if you see output and the round number is gradually increasing.
65
66
```shell
67
curl --request GET \
68
- --url http://localhost:9000/status/metrics \
+ --url http://localhost:8000/status/metrics \
69
--header 'User-Agent: insomnia/10.1.1'
70
```
71
0 commit comments