datalust / pino-seq

A stream to send Pino events to Seq
Apache License 2.0
11 stars 10 forks source link

Support trace id and span id #34

Closed liammclennan closed 7 months ago

liammclennan commented 7 months ago

If a log event includes trace_id or span_id (the default property names used by OpenTelemetry) then map these to Seq's @TraceId and @SpanId.

image