Closed
Description
@krnowak brought to my attention the following use case for the OT bridge:
- Library A is instrumented with OT and uses the OT bridge. Library A creates a parent span.
- Library B is instrumented with OTel directly. Library B creates a child span whose parent is the span library A created.
Do we want the OT bridge to support this use case by handling parent-child relationship between the wrapped OT span and the OTel span?