paritytech / dotexporter

polkadot/substrate metrics exporter from rpc calls
GNU General Public License v3.0
6 stars 5 forks source link

WIP: Initial commit of local stall detection #1

Closed ddorgan closed 4 years ago

ddorgan commented 4 years ago

Initial commit of local stall detection. To be used with a local watchdog which can query the local stall detection and then also a selection of remote attached hosts in the VPN and RPC/Telemetry.

This is just for the local stall detection itself.

ddorgan commented 4 years ago

Will do a method to deal with stall detection before merging instead of repeating code. Does the logic look ok though?

ddorgan commented 4 years ago

@gabreal how are things looking now? I'd like to make a generic function to deal with best/head. But other than that?