You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect so.. Do you think it would be better to have a new OTEL compliant version of the lib Serilog.Enrichers.OpenTelemetry.Thread? Samerepo or new repo?
Same would apply to the other libs - the Serilog.Enrichers.Process and Serilog.Enrichers.Environment
Or control with a FLAG or Env var?
I guess you could just Abstract it behind configuration in the same lib,, and have new extension methods to enable WithOpenTelemetryThreadID
or WithThreadId(OpenTelemtrySpec=true)
Since this was created probably long before otel defined attributes this serilog enricher does not align with otel spec:
https://opentelemetry.io/docs/specs/semconv/attributes-registry/thread/
Could we align it or does it need a new enricher?
The text was updated successfully, but these errors were encountered: