snake-L
snake-L
> There's not a huge amount of information to go on there, but I suspect that the ParentIds are from the HTTP outbound span (HTTP Client), not the inbound AspNet...
> A couple of notes, though on what I see: > > * `[some IEnumerable].ToArray().AsSpan()` is going to create a lot of GC pressure if this is in a loop....
> Can you make the repro something I can copy/paste? Not sure which parts of the original post vs the comments I should be testing Hello, I have created a...