-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This decouples human-readable Schema that is in JSON format from WireSchema that is serialized in binary format for efficiency. WireSchema contains only the information that is necessary for wire compatibility checks. Resolves #24 (Note that we still need struct names for checks). Here are byte size comparisons between JSON and WIRE for the Otel/TEF schema with "Metrics" root: ``` JSON: 2976, zstd: 760 WIRE: 115, zstd: 113 ```
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.