Skip to content
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

p2p: add a per-message type send and receive metric (backport #9622) #9640

Open
wants to merge 31 commits into
base: v0.37.x
Choose a base branch
from

Commits on Oct 27, 2022

  1. p2p: add a per-message type send and receive metric (#9622)

    * 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
    williambanfield authored and mergify[bot] committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    97a6c38 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    79a7d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89482f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12bf141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cef631d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b2202e View commit details
    Browse the repository at this point in the history
  6. fix fuzz peer

    williambanfield committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    af054f1 View commit details
    Browse the repository at this point in the history
  7. nolint gosec

    williambanfield committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e744325 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6986c21 View commit details
    Browse the repository at this point in the history
  9. move nolint

    williambanfield committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e07e7c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed6ef40 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9aaacd7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e111ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39b2e4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d20f37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bc62cfe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cc9e8f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    10dca9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb5051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8aa2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18adc25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdb9fcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    deaf1a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b96c40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad14bf1 View commit details
    Browse the repository at this point in the history
  9. fix typos

    williambanfield committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3302345 View commit details
    Browse the repository at this point in the history
  10. document new metrics

    williambanfield committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3ce5e29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59f56b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    9be4f46 View commit details
    Browse the repository at this point in the history
  2. remove old receives

    williambanfield committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    648393b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93c8c1f View commit details
    Browse the repository at this point in the history