2021-12-14 18:03:47 +03:00
2021-12-14 14:31:09 +03:00
2021-12-14 14:24:18 +03:00
2021-12-14 18:03:47 +03:00
2021-12-14 17:50:07 +03:00
2021-12-14 18:03:47 +03:00
2021-12-14 14:31:09 +03:00
2021-12-14 14:24:18 +03:00
2021-12-14 18:03:47 +03:00

openethereum-node-status

A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes. Requires the following API's to be enabled:

  • eth
  • parity

Endpoints

  • /health (Expect 200 for health with an additional JSON object with more info)
  • /metrics (Expect 200 for health with an additional JSON object with more info)

Development

DEBUG_ENABLED=true go run cmd/node-status/main.go

Description
Stateless metrics and health-checks for openethereum/parity nodes
Readme 53 KiB
Languages
Go 97.4%
Makefile 1.6%
Dockerfile 1%