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

feat(swarm): expose ConnectionId and add conn duration metric #3927

Merged
merged 10 commits into from
May 17, 2023

Commits on May 15, 2023

  1. feat(swarm): expose ConnectionId thus enabling connection duration …

    …metric
    
    - Exposes the `ConnectionId` in the various `SwarmEvent` variants.
    - Tracks connection duration in `libp2p-metrics::swarm`.
    mxinden committed May 15, 2023
    Configuration menu
    Copy the full SHA
    56b3fe3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update misc/metrics/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    mxinden and thomaseizinger committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d085266 View commit details
    Browse the repository at this point in the history
  2. Update swarm/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    mxinden and thomaseizinger committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fae6f20 View commit details
    Browse the repository at this point in the history
  3. Update swarm/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    mxinden and thomaseizinger committed May 16, 2023
    Configuration menu
    Copy the full SHA
    832a897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feffc61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468bbe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02d7ac7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Wrap cause in Option

    mxinden committed May 17, 2023
    Configuration menu
    Copy the full SHA
    9578315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcbd309 View commit details
    Browse the repository at this point in the history
  3. Fix tests and examples

    mxinden committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8a773dc View commit details
    Browse the repository at this point in the history