datalust / nlog-targets-seq

An NLog target that writes events to Seq. Built for NLog 4.5+.
https://getseq.net
Apache License 2.0
21 stars 11 forks source link

Collect trace and span id when present #74

Closed nblumhardt closed 7 months ago

nblumhardt commented 10 months ago

Seq 2023+ includes special handling of trace and span ids. This is a spike showing how the sink could collect them - still needs some tests and cleanup, but otherwise appears to be straightforward.

image

nblumhardt commented 7 months ago

This will need a squash :-)