add state metrics

This commit is contained in:
William Banfield
2022-08-16 19:10:11 -04:00
parent 4213561e79
commit 97a2736868
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -60,6 +60,8 @@ The following metrics are available:
| mempool_failed_txs | counter | | number of failed transactions |
| mempool_recheck_times | counter | | number of transactions rechecked in the mempool |
| state_block_processing_time | histogram | | time between BeginBlock and EndBlock in ms |
| state_consensus_param_updates | Counter | | number of consensus parameter updates returned by the application since process start |
| state_validator_set_updates | Counter | | number of validator set updates returned by the application since process start |
## Useful queries