akka.net icon indicating copy to clipboard operation
akka.net copied to clipboard

Logs: add `SpanId` and `ActivityId` to each `LogEvent` producer by `ILoggingAdapter`

Open Aaronontheweb opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe.

Related: https://github.com/serilog/serilog/issues/1923

Will add some overhead to our logging system (System.Diagnostics.Activity is in the BCL, so no extra dependencies though) but might make it much easier to correlate Akka.NET system + user actor activity to traces in the future.

Aaronontheweb avatar Jul 27 '23 15:07 Aaronontheweb

Just circling around to the linked issue :-) ... would the end result be better/worse for Akka.net depending on whether we push that one forward?

nblumhardt avatar Aug 31 '23 03:08 nblumhardt