2024-02-18 19:27:51 +01:00
|
|
|
# To start prometheus + grafana
|
|
|
|
|
|
|
|
`cd metrics`
|
|
|
|
|
|
|
|
`docker compose up -d --build`
|
|
|
|
|
|
|
|
### Note: remember to allow ports for Prometheus to see host.docker.internal:xxxx from within container
|
|
|
|
|
2024-02-18 21:00:39 +01:00
|
|
|
Lister, consumer, indexer
|
2024-02-18 19:27:51 +01:00
|
|
|
`sudo ufw allow 11001`
|
|
|
|
`sudo ufw allow 11002`
|
|
|
|
`sudo ufw allow 11003`
|
|
|
|
|
2024-02-18 21:00:39 +01:00
|
|
|
Postgres
|
|
|
|
`sudo ufw allow 15432`
|
2024-02-18 18:39:38 +01:00
|
|
|
|
2024-02-18 21:00:39 +01:00
|
|
|
# Go to `metrics/prometheus/exporters` and install node and query exporters
|