akka.net
akka.net copied to clipboard
Logs: add `SpanId` and `ActivityId` to each `LogEvent` producer by `ILoggingAdapter`
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.
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?