By adding a tokio-tracing compatible layer to minitrace, we can provide a low-overhead tracing solution for tokio applications, combining the performance benefits of minitrace with the convenience and familiarity of tokio-tracing.
Initial thoughts:
- Collect spans generated by tokio-tracing, convert and attach to minitrace spans.
- Reports span generated either by minitrace or tokio-tracing by minitrace.
cc @zhongzc