c50906ede1a4c4ae441b8794972edad14b0c3a3a
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
Description
Languages
Go
97.4%
Makefile
1.6%
Dockerfile
1%