Skip to content

Commit 1700c49

Browse files
authored
fix: change default Graphana port (#148)
fix: change default prometheus port The default port of `3000` conflicts with the Chrome devtools protocol port when using tiros.
1 parent 36625a5 commit 1700c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ From inside this directory, you can run the following command to start up a graf
1212
docker compose -f docker-compose.yml up -d
1313
```
1414

15-
Then visit <http://localhost:3000/d/helia-http-gateway-default/helia-http-gateway-default-dashboard?orgId=1&refresh=5s> and login with the default credentials (admin:admin). The prometheus datasource and the dashboard should be automatically set up.
15+
Then visit <http://localhost:9191/d/helia-http-gateway-default/helia-http-gateway-default-dashboard?orgId=1&refresh=5s> and login with the default credentials (admin:admin). The prometheus datasource and the dashboard should be automatically set up.
1616

1717
If you want to generate some metrics quickly, you can run `npm run debug:until-death` and you should start seeing metrics in the dashboard for the results of querying the gateway for the websites listed by <https://probelab.io/websites/>
1818

config/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
grafana:
1414
image: grafana/grafana
1515
ports:
16-
- 3000:3000
16+
- 9191:3000
1717
volumes:
1818
- ./grafana/datasources:/etc/grafana/provisioning/datasources
1919
- ./grafana/dashboard.yaml:/etc/grafana/provisioning/dashboards/main.yaml

0 commit comments

Comments
 (0)