-
Notifications
You must be signed in to change notification settings - Fork 645
p2p: add a per-message type send and receive metric (backport #9622) #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* p2p: ressurrect the p2p envelope and use to calculate message metric Co-authored-by: Callum Waters <cmwaters19@gmail.com> (cherry picked from commit 09b8708) # Conflicts: # cmd/tendermint/commands/rollback.go # go.mod # go.sum # p2p/peer.go # p2p/peer_set_test.go
I would add a changelog entry for this change, seems like a not so minor change to developers. |
Agreed! I'd say the major change here is the replacement of the |
This is a backport of tendermint/tendermint#9622. Original PR tendermint/tendermint#9640 .
Addresses #219 .