Files
tendermint/consensus
mergify[bot] b9480d0ec7 metrics: fix panic because of absent prometheus label (#9455) (#9474)
Absence of this label causes a panic because the setters try to access the label despite it never being added to the metric. This PR adds the label to the metrics, thus preventing the panic.

#### PR checklist

- [ ] Tests written/updated, or no tests needed
- [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [ ] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed

(cherry picked from commit f2c32c9b3e)

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
2022-09-21 13:21:40 -04:00
..
2022-09-08 14:50:51 +02:00
2022-08-22 17:16:17 +02:00
2022-09-08 14:50:51 +02:00
2022-08-10 14:35:14 -04:00

Consensus

See the consensus spec and the reactor consensus spec for more information.