erigon-pulse/cmd/prometheus
Alex Sharov 02dd405e93
MGR Schedule v0 (#550)
* MGR Make Schedule v0
2020-05-15 15:58:36 +07:00
..
dashboards MGR Schedule v0 (#550) 2020-05-15 15:58:36 +07:00
datasources Add support of geth on hostmachine (#437) 2020-04-11 08:22:23 +01:00
.gitignore Add support of geth on hostmachine (#437) 2020-04-11 08:22:23 +01:00
docker-compose.yml Metrics server without pprof (#451) 2020-04-14 13:49:49 +01:00
prometheus.yml Metrics server without pprof (#451) 2020-04-14 13:49:49 +01: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