Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.3
Choose a base ref
...
head repository: libp2p/js-libp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.4
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 15, 2021

  1. feat: allow per-component metrics to be collected (#1061)

    Implements the idea from #1060 - allows us to get some insight into what's happening in a libp2p node out side of just bandwidth stats.
    
    Configures a few default metrics if metrics are enabled - current connections, the state of the dial queue, etc.
    
    Also makes the `Metrics` class not depend on the `ConnectionManager` class, otherwise we can't collect simple metrics from the connection manager class due to the circular dependency.
    achingbrain committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2f0b311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f4ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf1f89 View commit details
    Browse the repository at this point in the history
Loading