Skip to content

Conversation

@Arqu
Copy link
Collaborator

@Arqu Arqu commented Nov 4, 2025

Description

Breaking Changes

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.
    • List all breaking changes in the above "Breaking Changes" section.
    • Open an issue or PR on any number0 repos that are affected by this breaking change. Give guidance on how the updates should be handled or do the actual updates themselves. The major ones are:

/// Number of connections with a successful handshake that became direct.
pub connection_became_direct: Counter,
/// Histogram of connection latency in milliseconds across all endpoint connections.
#[default(Histogram::new(vec![1.0, 5.0, 10.0, 25.0, 50.0, 100.0, 250.0, 500.0, 1000.0, f64::INFINITY]))]
Copy link
Member

Choose a reason for hiding this comment

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

Maybe one more bucket between 1s and infinity?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Its the other way around, thats -inf to 1 right for the first one.

@n0bot n0bot bot added this to iroh Nov 4, 2025
@github-project-automation github-project-automation bot moved this to 🏗 In progress in iroh Nov 4, 2025
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