Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[preview] [aptos channel] always reset counters on new channel (#12346)
### Description The consensus queues are recreated per epoch. Without resetting the counters, the metrics show as increasing number of "stuck" messages, which are simply messages that were in the queue during the epoch change (and hence were not dequeued or dropped).
- Loading branch information