plc-mirror/metrics
mathan 9fb8fc3dce Update dash 2024-02-23 11:44:06 -08:00
..
grafana Update dash 2024-02-23 11:44:06 -08:00
prometheus Add db-migrations folder. 2024-02-20 15:45:23 -08:00
README.md Add query exporter 2024-02-18 12:00:39 -08:00
docker-compose.yml Update docker-compose 2024-02-18 10:35:20 -08:00

README.md

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

Lister, consumer, indexer sudo ufw allow 11001 sudo ufw allow 11002 sudo ufw allow 11003

Postgres sudo ufw allow 15432

Go to metrics/prometheus/exporters and install node and query exporters