-
Notifications
You must be signed in to change notification settings - Fork 302
feat: congestion metrics #3491
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
base: main
Are you sure you want to change the base?
feat: congestion metrics #3491
Conversation
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3491/docs/iroh/ Last updated: 2025-10-01T12:52:36Z |
9e23616
to
a89e698
Compare
conflicts |
path_failure_resets: Counter::default(), | ||
path_packet_loss_rate: packet_loss_buckets(), | ||
path_rtt_variance_ms: rtt_variance_buckets(), | ||
path_quality_score: quality_score_buckets(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(not blocking) it's a bit sad we have to do this manually when including histograms now :( I wonder if we could adjust our macro or sth
cc @Frando
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was looking for some magic syntax sugar with a default annotation or sth but couldn't work it out.
The problem is for each histogram you want to provide a specific set of buckets that make sense for that metric specifically, so you need to "adjust" it here. However if there was some magic #[default...] annotation I couldn't find where I pass in those funcs, it would be great.
Description
Needs n0-computer/iroh-metrics#35 and updating the Cargo.toml's again.
Breaking Changes
Notes & open questions
Change checklist
quic-rpc
iroh-gossip
iroh-blobs
dumbpipe
sendme