# Functions
No description provided by the author
# Variables
BlockInterval measures the interval between 2 subsequent blocks.
BlockSizeBytes measures the size of the latest block in bytes.
BlockTxs measures the number of transactions within the latest block.
BroadcastTxTimer measures the transaction broadcast duration.
BuildBlockTimer measures the block build duration.
DialingPeers measures the active number of peers in the dialing state.
HTTPRequestTime measures the HTTP request response time.
InboundPeers measures the active number of inbound peers.
NumCachedTxs measures the number of transaction inside the mempool cache.
NumMempoolTxs measures the number of transaction inside the mempool.
OutboundPeers measures the active number of outbound peers.
ValidatorsCount measures the size of the active validator set.
ValidatorsVotingPower measures the total voting power of the active validator set.
VMCPUCycles measures the VM CPU cycles.
VMExecMsgFrequency measures the frequency of VM operations.
VMGasUsed measures the VM gas usage.
VMQueryCalls measures the frequency of VM query calls.
VMQueryErrors measures the frequency of VM query errors.
WSRequestTime measures the WS request response time.