http3: explain how to enable qlog for HTTP/3 events#120
Merged
Conversation
Co-authored-by: marten-seemann <1478487+marten-seemann@users.noreply.github.com>
Co-authored-by: marten-seemann <1478487+marten-seemann@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add documentation for enabling qlogging in HTTP/3
Add HTTP/3 qlogging documentation
Dec 19, 2025
marten-seemann
approved these changes
Dec 19, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for HTTP/3 qlog support that was introduced in v0.56.0 but remained undocumented. The documentation explains how to enable HTTP/3 event logging alongside QUIC event logging using the http3/qlog package.
Key Changes:
- New documentation page for HTTP/3 qlog functionality with configuration examples
- Removed outdated "Future Work" references to HTTP/3 qlog support from existing documentation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/docs/http3/qlog.md | New documentation page explaining how to enable HTTP/3 qlogging using http3/qlog.DefaultConnectionTracer, including code examples and cross-references to QUIC qlog documentation |
| content/docs/quic/qlog.md | Removed "Future Work" section mentioning HTTP/3 qlog support since it's now implemented |
| content/docs/http3/client.md | Removed qlog support item from Future Work list since it's now available |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HTTP/3 qlogging was added in v0.56.0 but remained undocumented.
Changes
New documentation page (
content/docs/http3/qlog.md) covering:http3/qlog.DefaultConnectionTracerframe_created,frame_parsed,datagram_created,datagram_parsedRemoved outdated references:
client.mdquic/qlog.mdUsage
The tracer automatically includes both QUIC and HTTP/3 event schemas, writing to
$QLOGDIRif set.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.jsdelivr.net/usr/local/bin/hugo hugo --minify /home/REDACTED/.lohttp3.*qlog\|qlog.*http3 grep -l g.*http3 streams_blocked_frame_test.go nfig/composer/vendor/bin/grep g.*http3 ket.go ndor/bin/grep grep -l g.*http3 ./internal/wire/retire_connection_id_frame.go /opt/pipx_bin/grep g.*http3 o ep grep(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.