I'm working on a perfetto reporter, and it'd be nice to have the SpanRecord instrumented with the thread ID and name that emits the span. LocalSpans cannot move between thread so it's about trivial, I'd go with tagging the root Spans with the thread on which the span is created on. Happy to create a PR if there's interest in accepting this feature
I'm working on a perfetto reporter, and it'd be nice to have the
SpanRecordinstrumented with the thread ID and name that emits the span.LocalSpanscannot move between thread so it's about trivial, I'd go with tagging the rootSpanswith the thread on which the span is created on. Happy to create a PR if there's interest in accepting this feature