ShipChain / hydra

Centralized network management for decentralized networks -- helping organize and publish sidechain connection details
https://docs.shipchain.io/docs/validatorGuide.html
Apache License 2.0
8 stars 2 forks source link

Validator metrics reporting #24

Closed ajhodges closed 5 years ago

ajhodges commented 5 years ago

This PR enables support for our new metrics collection infrastructure based on the TICK stack. A validator registry (hosted at registry.network.shipchain.io) helps us track the state of every validator in our network, as well as manage contact info. This should help facilitate communication between ShipChain and validators. The metrics collected (system metrics, tendermint metrics, loom metrics) will be invaluable for monitoring network health as well as debugging issues among validators.

The changes to Hydra include:

Note: metrics collection can always be opted out of by setting hydra.validator_metrics = false or running hydra client disable-metrics

leewardbound commented 5 years ago

This looks great, good flow on the registration, thanks