plc-mirror/metrics
mathan 4af4f48a1e Update dash. 2024-05-30 07:55:35 -07:00
..
grafana Update dash. 2024-05-30 07:55:35 -07:00
prometheus Export the number of bad firehose records for each PDS 2024-03-29 12:02:05 +00:00
Makefile Update dash. Add alerting webhook. 2024-03-20 07:18:15 -07:00
README.md Add query exporter 2024-02-18 12:00:39 -08:00
docker-compose.yml Fix grafana not restarting. 2024-03-28 14:57:20 -07: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