qlogwriter: add support for event_schemas in the trace header (#5361)

This commit is contained in:
Marten Seemann
2025-10-09 12:07:23 +08:00
committed by GitHub
parent 33af12712e
commit c26e86c547
7 changed files with 62 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ func BenchmarkConnectionTracing(b *testing.B) {
nopWriteCloser(io.Discard),
false,
protocol.ParseConnectionID([]byte{0xde, 0xad, 0xbe, 0xef}),
[]string{EventSchema},
)
go trace.Run()
tracer := trace.AddProducer()