From 3b881b2ac02fbe158a1ac04b3b231eff691b86d2 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 10 May 2022 12:24:45 -0400 Subject: [PATCH] add documentation for late votes metric --- docs/nodes/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nodes/metrics.md b/docs/nodes/metrics.md index 7f35192e6..7b0622519 100644 --- a/docs/nodes/metrics.md +++ b/docs/nodes/metrics.md @@ -50,6 +50,7 @@ The following metrics are available: | consensus_proposal_receive_count | Counter | status | Total number of proposals received by the node since process start | | consensus_proposal_create_count | Counter | | Total number of proposals created by the node since process start | | consensus_round_voting_power_percent | Gauge | vote_type | A value between 0 and 1.0 representing the percentage of the total voting power per vote type received within a round | +| consensus_late_votes | Counter | vote_type | Number of votes received by the node since process start that correspond to earlier heights and rounds than this node is currently in. | | evidence_pool_num_evidence | Gauge | | Number of evidence in the evidence pool | | p2p_peers | Gauge | | Number of peers node's connected to | | p2p_peer_receive_bytes_total | Counter | peer_id, chID | number of bytes per channel received from a given peer | @@ -65,7 +66,6 @@ The following metrics are available: | 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 Percentage of missing + byzantine validators: