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

network:bridge: fix peer_count metric #3711

Merged
merged 5 commits into from
Apr 1, 2024

Commits on Mar 15, 2024

  1. Fix peer_count metric

    The metric records the current protocol_version of the validator that just
    connected with the peer_map.len(), which contains all peers that
    connected, that has the effect the metric will be wrong since it won't
    tell us how many peers we have connected per version because it will
    always record the total number of peers
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ec4cd8b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    88b6914 View commit details
    Browse the repository at this point in the history
  2. Make it better

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8adf1bf View commit details
    Browse the repository at this point in the history
  3. Fixup problem

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    59bcb90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51880d View commit details
    Browse the repository at this point in the history