Open
Description
I've producer-1 (SignalsProducer) which is consumed by consumer-1 (SignalsConsumer). This consumer then enriches the record and then it becomes producer-2 (EnrichedLeadProducer) which is then consumed by consumer-2 (EnrichedLeadConsumer).
These leads to 2 different traces (each of which having 2 spans) looking like this -
Sample spans within the first trace (similarly the 2nd trace) -
Expectation: In this case there should be only 1 trace will 4 spans.
Question : How do I propagate the span context from Consumer-1 to Producer-2 ?
Reviewed issue - #49
The above issue seems to be very similar to my ask (may be slightly different). Is there an example of how the context could be propagated from consumer to producer ?
Metadata
Metadata
Assignees
Labels
No labels