serilog / serilog-sinks-opentelemetry

A Serilog OpenTelemetry Protocol (OTLP) sink
Apache License 2.0
121 stars 18 forks source link

2.0.0 Release #135

Closed nblumhardt closed 6 months ago

nblumhardt commented 6 months ago

113 defaults to mapping SourceContext to the instrumentation scope name, and will omit the SourceContext from the log event payload by default. To preserve it, specify IncludedData.SourceContextAttribute.

nblumhardt commented 6 months ago

I think this one's ready to go; we've built up quite a bit of inventory here, so I'll run some tests on the final binary and send this down the line.