Skip to content

refactor(portmapper)!: non-global metrics collection #20

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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

Frando
Copy link
Member

@Frando Frando commented Apr 8, 2025

Description

Needed for n0-computer/iroh#3262

Updates iroh-metrics to 0.34, and makes the metrics collection non-global. Metrics are now collected per portmapper service.

Breaking Changes

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

Copy link

github-actions bot commented Apr 8, 2025

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/net-tools/pr/20/docs/net_tools/

Last updated: 2025-05-02T08:44:03Z

@n0bot n0bot bot added this to iroh Apr 8, 2025
@github-project-automation github-project-automation bot moved this to 🏗 In progress in iroh Apr 8, 2025
@Frando Frando changed the title refactor: non-global metrics collection refactor(portmapper): non-global metrics collection Apr 16, 2025
@Frando Frando changed the title refactor(portmapper): non-global metrics collection refactor(portmapper)!: non-global metrics collection Apr 16, 2025
@@ -22,7 +22,7 @@ derive_more = { version = "1.0.0", features = ["debug", "display", "from", "try_
futures-lite = "2.5"
futures-util = "0.3.25"
igd-next = { version = "0.15.1", features = ["aio_tokio"] }
iroh-metrics = { version = "0.32", default-features = false }
iroh-metrics = { git = "https://github.com/n0-computer/iroh-metrics", branch = "main" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is released now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

3 participants