serilog-contrib / serilog-sinks-elasticsearch

A Serilog sink that writes events to Elasticsearch
Apache License 2.0
434 stars 197 forks source link

Support the new TraceId and SpanId in Serilog #573

Open lindeberg opened 1 year ago

lindeberg commented 1 year ago

Does this issue relate to a new feature or an existing bug?

What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package. 9.0.3

Please describe the current behavior? Serilog 3.1 adds first-class support for TraceId and SpanId: https://github.com/serilog/serilog/pull/1955

Each sink has to implement this.

loekensgard commented 1 year ago

Hi! 👋

Adding a vote for this feature! Our organization uses this Elastic sink a lot, and having support for TraceId and SpanId in would be fantastic.