Validator monitoring
The validator monitoring plugin is available with a ConsenSys Quorum Support subscription.
The validator monitoring plugin provides additional metrics that build on the monitoring framework provided by Hyperledger Besu.
Use the POA
metrics category to monitor validators in proof of authority (PoA) consensus protocols Clique and IBFT 2.0.
Metric name | Consensus protocols |
---|---|
plus_poa_ibft_recent_signed_count | IBFT 2.0 |
plus_poa_ibft_rounds_for_latest_block | IBFT 2.0 |
plus_poa_ibft_unique_recent_signers | IBFT 2.0 |
plus_poa_recent_proposer_count | Clique and IBFT 2.0 |
plus_poa_recently_proposed_block_count | Clique and IBFT 2.0 |
plus_poa_validator_count_current | Clique and IBFT 2.0 |
Enable metrics for monitoring validators by setting the required options from the command line, and use the results to determine whether all validators are participating as expected. If they are, the results show that all validators are proposing and signing blocks. Otherwise, the results show one or more validators unaligned with the others.
For example, the plus_poa_ibft_recent_signed_count
metric might show a node not signing blocks. In this case, begin to troubleshoot by analyzing the node's log file.