Stateless metrics and health-checks for openethereum/parity nodes
Go to file
Mohamed Sohail a940db9008
docs: add license
2021-12-14 18:47:05 +03:00
cmd/node-status fix: module org path 2021-12-14 14:31:09 +03:00
config project: init 2021-12-14 14:24:18 +03:00
internal/server add: hex2uint64 util 2021-12-14 18:41:24 +03:00
pkg add: hex2uint64 util 2021-12-14 18:41:24 +03:00
.gitignore docs: add readme 2021-12-14 18:03:47 +03:00
LICENSE docs: add license 2021-12-14 18:47:05 +03:00
README.md docs: add license 2021-12-14 18:47:05 +03:00
go.mod fix: module org path 2021-12-14 14:31:09 +03:00
go.sum project: init 2021-12-14 14:24:18 +03:00

README.md

openethereum-node-status

⚠️ WIP

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 with an additional JSON object with more info)

Development

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