openethereum-node-status/README.md

18 lines
488 B
Markdown
Raw Normal View History

2021-12-14 16:03:47 +01:00
### openethereum-node-status
2021-12-14 16:47:05 +01:00
> ⚠️ WIP
2021-12-14 16:03:47 +01:00
A tiny stateless service to return health status and useful metrics from OpenEthereum/Parity nodes. Requires the [following API's](https://openethereum.github.io/JSONRPC) to be enabled:
- eth
- parity
#### Endpoints
- `/health` (Expect 200 for health with an additional JSON object with more info)
2021-12-14 16:41:24 +01:00
- `/metrics` (Expect 200 with an additional JSON object with more info)
2021-12-14 16:03:47 +01:00
#### Development
`DEBUG_ENABLED=true go run cmd/node-status/main.go`