This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[metrics] Makes all channels metered (#682)
* upgrade chrono to 0.4.20 * fix: fix underflow in debug message * fix: rename worker_network_concourrent_tasks to worker_network_available_tasks * feat: add a metered_channel that wraps a tokio::mpsc::{Sender, Receiver} with an IntGauge * feat: use metered_channel everywhere in the Primary * fix: move the tx_committed_certificates to be initialized in the node bootstrap Adjusts the consensus registry on the back end of that. * fix: add tests for reserve, try_reserve, empty & closed channel behavior
- Loading branch information
1 parent
aaaffb8
commit e2231eb
Showing
46 changed files
with
1,158 additions
and
493 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.