Skip to content

Added RttVariance to connection statistics. #5070

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

Merged
merged 4 commits into from
May 6, 2025

Conversation

jarnovanderlinden
Copy link
Contributor

Added RttVariance to connection statistics. Fixes #4360

Description

Adds the RttVariance statistic to QUIC_STATISTICS_V2, allowing applications to monitor changes to the Rtt of a connection over time.

Added RttVariance to connection statistics.
@jarnovanderlinden jarnovanderlinden requested a review from a team as a code owner May 3, 2025 06:18
Copy link

codecov bot commented May 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.89%. Comparing base (00bfb1e) to head (68dd876).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5070      +/-   ##
==========================================
- Coverage   87.11%   86.89%   -0.23%     
==========================================
  Files          59       59              
  Lines       17924    17926       +2     
==========================================
- Hits        15615    15577      -38     
- Misses       2309     2349      +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

nibanks
nibanks previously approved these changes May 3, 2025
@nibanks
Copy link
Member

nibanks commented May 3, 2025

The Rust bindings need to be updated as well.

Updated Rust bindings

Made it clearer what the version number on the QUIC_STATISTICS_V2 sizes refers to.
@jarnovanderlinden jarnovanderlinden force-pushed the rttvariance-statistic branch from c4d14a0 to 68dd876 Compare May 6, 2025 00:11
@nibanks
Copy link
Member

nibanks commented May 6, 2025

Thanks so much for the PR!

@nibanks nibanks merged commit 56d7de7 into microsoft:main May 6, 2025
286 of 289 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose RttVariance statistic
2 participants