Stateless metrics and health-checks for openethereum/parity nodes
| cmd/node-status | ||
| config | ||
| internal/server | ||
| pkg/rpc | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
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