Closed
Description
unable to locate any metrics in cometbft related to precommits. in the hub, we need to know:
- The time between receiving a quorum of precommits and moving to the next block
- The count and stake percentage of votes which were accepted after we had received a quorum of precommits
this currently exists for prevote: we have quorum_prevote_delay
, but nothing for precommits.(
cometbft/internal/consensus/metrics.gen.go
Lines 159 to 164 in f4d33ab
important:
- How much stake and how many votes we accumulated during the timeout commit
- How long it took to get certain percentages of the votes that came in during timeout commit
extra:
- How long it took each node to get 2/3 stake precommits
- How long the timeout commit phase is lasting on each node
- How long it took to get certain percentages of the votes that came in during timeout commit