https://github.com/quicwg/qlog
The IETF I-D documents for the qlog format
https://github.com/quicwg/qlog
ietf qlog quic
Last synced: 12 months ago
JSON representation
The IETF I-D documents for the qlog format
- Host: GitHub
- URL: https://github.com/quicwg/qlog
- Owner: quicwg
- License: other
- Created: 2019-04-04T12:53:04.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T01:13:11.000Z (12 months ago)
- Last Synced: 2025-04-01T02:24:34.521Z (12 months ago)
- Topics: ietf, qlog, quic
- Language: Shell
- Homepage:
- Size: 11.6 MB
- Stars: 89
- Watchers: 14
- Forks: 14
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# qlog drafts
This is the working area for IETF [QUIC Working Group](https://datatracker.ietf.org/wg/quic/documents/) Internet-Drafts concerning the qlog logging format for QUIC and HTTP/3.
Three documents are currently defined:
- The main schema: high-level schema, defining general logging format and principles
- Event definitions for QUIC: concrete event definitions for the QUIC protocol
- Event definitions for HTTP/3 and QPACK: concrete event definitions for the HTTP/3 and QPACK protocols
## Main logging schema for qlog
* [Editor's Copy](https://quicwg.github.io/qlog/#go.draft-ietf-quic-qlog-main-schema.html)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-quic-qlog-main-schema)
* [Compare Editor's Copy to Working Group Draft](https://quicwg.github.io/qlog/#go.draft-ietf-quic-qlog-main-schema.diff)
## QUIC event definitions for qlog
* [Editor's Copy](https://quicwg.github.io/qlog/#go.draft-ietf-quic-qlog-quic-events.html)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-quic-qlog-quic-events)
* [Compare Editor's Copy to Working Group Draft](https://quicwg.github.io/qlog/#go.draft-ietf-quic-qlog-quic-events.diff)
## HTTP/3 event definitions for qlog
* [Editor's Copy](https://quicwg.github.io/qlog/#go.draft-ietf-quic-qlog-h3-events.html)
* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-quic-qlog-h3-events)
* [Compare Editor's Copy to Working Group Draft](https://quicwg.github.io/qlog/#go.draft-ietf-quic-qlog-h3-events.diff)
## Building the Draft
Formatted text and HTML versions of the draft can be built using `make`.
```sh
$ make
```
This requires that you have the necessary software installed. See
[the instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).
## Contributing
See the
[guidelines for contributions](https://github.com/quicwg/qlog/blob/main/CONTRIBUTING.md).