forta-network / forta-node

Scan Node software for the Forta Network
https://forta.org
Other
79 stars 151 forks source link

Start utilizing health checks #781

Closed aomerk closed 1 year ago

aomerk commented 1 year ago

Open to discuss: This is the naive approach to emit healthcheck metrics, another option would be to mimic Tx/Block/Combination processors where we have request/response channels, healthcheck analyzer module and metric extraction logic. Second option is not hard to implement either, just introduces more code and decided to make a judgement call to go with the naive approach.