mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: change metrics default port from 9000 to 9001 (#3295)
This commit is contained in:
@ -12,7 +12,7 @@ The files in this directory may undergo a lot of changes while reth is unstable,
|
||||
### Docker Compose
|
||||
|
||||
To run Grafana dashboard with example dashboard and pre-configured Prometheus data source pointing at
|
||||
the locally running Reth instance with metrics exposed on `localhost:9000`:
|
||||
the locally running Reth instance with metrics exposed on `localhost:9001`:
|
||||
```sh
|
||||
docker compose -p reth -f ./etc/docker-monitoring.yml up
|
||||
```
|
||||
|
||||
@ -3,4 +3,4 @@ scrape_configs:
|
||||
metrics_path: "/"
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets: ['localhost:9000', 'host.docker.internal:9000']
|
||||
- targets: ['localhost:9001', 'host.docker.internal:9001']
|
||||
|
||||
Reference in New Issue
Block a user