erigon-pulse/cmd/prometheus
Alex Sharov 9cf10a8f85
Rpcdaemon: Gracefull shutdown, better grpc stream close (#1196)
* save progress

* GracefulShutdown grpc server, send to server close signal before canceling context

* GracefulShutdown grpc server, send to server close signal before canceling context

* GracefulShutdown json server

* GracefulShutdown json server

* fix lint

* fix lint

* can

* clean

* test

* test

* test

* increase keepalive timeout, increase vegeta timeout, mark server-side errors

* increase keepalive timeout, increase vegeta timeout, mark server-side errors

* hack hugeFreelist

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* up streams limit

* fix_race_condition_on_zstd_build
2020-10-10 07:06:54 +01:00
..
dashboards add commit event marker to dashboard (#1051) 2020-09-05 11:33:44 +07: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 Rpcdaemon: Gracefull shutdown, better grpc stream close (#1196) 2020-10-10 07:06:54 +01:00
Readme.md Fix metrics conflict with pporf (#1112) 2020-09-14 12:05:35 +07:00

Build: docker-compose build --parallel

Run only Prometheus: docker-compose up prometheus grafana

Run with TurboGeth, RestApi and DebugUI: XDG_DATA_HOME=/path/to/geth/data/dir docker-compose up

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