streamnative / pulsar-tracing

Tracing instrumentation for Apache Pulsar clients.
Apache License 2.0
21 stars 10 forks source link

Add extractor for opening span from the message injected span #10

Closed avimas closed 4 years ago

avimas commented 4 years ago

Injected Trace info is not available in the message properties after consuming a message, as such, it is not possible to create a new span that follows from the injected span after consuming the message.

I added an extractor adapter that enables us to extract trace info from the message builder.