erigon-pulse/cmd/prometheus
2020-08-02 12:53:30 +01:00
..
dashboards add get/sec chart (#856) 2020-08-02 12:53:30 +01:00
datasources Add support of geth on hostmachine (#437) 2020-04-11 08:22:23 +01:00
.gitignore Docker compose (#841) 2020-08-01 09:39:04 +02:00
grafana.ini Docker compose (#841) 2020-08-01 09:39:04 +02:00
prometheus.yml Grpc-based remoteDb (#788) 2020-07-27 19:15:48 +07:00
Readme.md Move account root to ih (#465) 2020-04-18 21:09:44 +01:00

Build: cd cmd/prometheus && docker-compose build --parallel

Run only Prometheus: cd cmd/prometheus && docker-compose up prometheus grafana

Run with TurboGeth, RestApi and DebugUI: cd cmd/prometheus && TGETH_DATADIR=/path/to/geth/data/dir docker-compose up

Grafana: localhost:3000, admin/admin DebugUI: localhost:3001