Skip to content
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

add a qlog tracer for events outside of QUIC connections #4305

Merged
merged 5 commits into from Mar 9, 2024

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Feb 3, 2024

By attaching a qlog tracer to the Transport, it's now possible to log QUIC events that don't belong to any particular connection. For example, this could be Version Negotiation and Retry packets that we send, packets that we can't associate with any connection, etc.

It also allows using the Debug function on the logging.Tracer to dig deeper into unexpected behavior happening in a server.

Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.87%. Comparing base (ac12689) to head (30e01b9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4305      +/-   ##
==========================================
+ Coverage   84.81%   84.87%   +0.06%     
==========================================
  Files         150      151       +1     
  Lines       14287    14336      +49     
==========================================
+ Hits        12117    12167      +50     
+ Misses       1671     1670       -1     
  Partials      499      499              

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

@marten-seemann marten-seemann marked this pull request as ready for review February 3, 2024 06:27
@marten-seemann marten-seemann added this to the v0.42 milestone Feb 3, 2024
@marten-seemann marten-seemann merged commit 5fd5d77 into master Mar 9, 2024
35 checks passed
@marten-seemann marten-seemann deleted the qlog-tracer branch March 9, 2024 10:31
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.

None yet

2 participants