Open
Description
Is your feature request related to a problem?
When using a SelectConnection adapter, the "receive" spans are not generated, and the trace context is not propagated from message header (even if traceparent header is there)
Describe the solution you'd like
When autoinstrumenting pika, the tracing behavior would be the same when you use BlockingConnection or SelectConnection
Describe alternatives you've considered
For now we are going to propagate the context "by hand", similarly as what is described in this stackoverflow answer