docs: add abci timing metrics to the metrics docs (#7311)

This commit is contained in:
William Banfield
2021-11-23 14:53:59 -05:00
committed by William Banfield
parent f893d01082
commit 2d5abfce14

View File

@@ -20,6 +20,7 @@ The following metrics are available:
| **Name** | **Type** | **Tags** | **Description** |
| -------------------------------------- | --------- | ------------- | ---------------------------------------------------------------------- |
| abci_connection_method_timing | Histogram | method, type | Timings for each of the ABCI methods |
| consensus_height | Gauge | | Height of the chain |
| consensus_validators | Gauge | | Number of validators |
| consensus_validators_power | Gauge | | Total voting power of all validators |