Constants

Statics

Counter for failed callback response to JSON RPC

Counter for number of periodic garbage-collection (=GC) events that happen, regardless of how many txns were actually cleaned up in this GC event

Counter tracking time for how long a transaction stayed in core-mempool before being garbage-collected

Counter tracking size of various indices in core mempool

Counter tracking number of txns removed from core mempool

Counter tracking latency of txns reaching various stages in committing (e.g. time from txn entering core mempool to being pulled in consensus block)

Counter for number of times a DB read resulted in error

Duration of each run of the event loop.

Counter of pending network events to Mempool

Tracks latency of different stages of txn processing (e.g. vm validation, storage read)

Counter for tracking roundtrip-time from sending a broadcast to receiving ACK for that broadcast

Functions