Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.03 KB

Echo

echo

Echo is meant to monitor blockchain node readiness in Kubernetes clusters. It works best to be used in a sidecar container.

Config

ENV Type Default Description
PORT string 10010 Port of the service
ENDPOINTS string http://localhost:26657,http://localhost:1317 Endpoints to monitor
PEERS string Peers to compare node height
BEHIND_THRESHOLD int 10 Behind threshold, allowing configuration of block mismatch