diff --git a/docs/configuration/enable-metrics.mdx b/docs/configuration/enable-metrics.mdx index df959a8..c9b072f 100644 --- a/docs/configuration/enable-metrics.mdx +++ b/docs/configuration/enable-metrics.mdx @@ -20,5 +20,5 @@ The following metrics are available: | consensus_validators | Gauge | Number of Validators | | consensus_rounds | Gauge | Number of Rounds | | consensus_num_txs | Gauge | Number of Transactions in the latest block | -| consensus_block_interval | Histogram | Time between this and last block in seconds | +| consensus_block_interval | Gauge | Time between this and last block in miliseconds | | network_peers | Gauge | Number of Connected peers | \ No newline at end of file diff --git a/docs/get-started/cli-commands.mdx b/docs/get-started/cli-commands.mdx index 46490ec..112cccf 100644 --- a/docs/get-started/cli-commands.mdx +++ b/docs/get-started/cli-commands.mdx @@ -431,6 +431,25 @@ Restore blocks from the specified archive file --- +