Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(metrics): validator missed blocks, inc -> set
We were inappropriately `increment`ing a gauge to track missed blocks, when instead we should have been clobbering the value via `set`, as we know the precise number from the state machine. This fixes a broken metric for missed blocks that was growing too fast, emitting wrong values. Refs #3746.
- Loading branch information