From eab264dc3c8349473146220fbd8636e550e9a48c Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 4 Aug 2022 15:54:56 -0400 Subject: [PATCH] format table --- docs/tendermint-core/metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tendermint-core/metrics.md b/docs/tendermint-core/metrics.md index f0cd5eb61..562c0cb95 100644 --- a/docs/tendermint-core/metrics.md +++ b/docs/tendermint-core/metrics.md @@ -19,8 +19,8 @@ Listen address can be changed in the config file (see The following metrics are available: | **Name** | **Type** | **Tags** | **Description** | -| -------------------------------------- | --------- | ------------- | ---------------------------------------------------------------------- | -| abci_connection_method_timing | Histogram | method, type | Timings for each of the ABCI methods | +|----------------------------------------|-----------|---------------|------------------------------------------------------------------------| +| abci_connection_method_timing_seconds | 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 |