-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce txpool and p2p metrics (#717)
* Upgrade tokio dependency to 1.21 * init stuff * progress? * issues * issues * progress * progress * reworked how txpool metrics are structured * added txpool metrics * fmt + cleanup * added some p2p metrics * updated test * updated test * fmt * clippy * clippy tricked me * merge issues * fmt * updated * Update metrics.rs * reworked to be better * fixed test, still a little left todo * fixed test, still a little left todo * all green? * fixed some review comments * more review comments * fixed unwrap * fixed * fixed p2p args * prod Co-authored-by: Hannes Karppila <hannes.karppila@gmail.com>
- Loading branch information
1 parent
22b8dd4
commit b502450
Showing
22 changed files
with
446 additions
and
169 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
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.