dd-trace-java
dd-trace-java copied to clipboard
Rabbitmq consumer does not generate span, but producer does.
ddtrace-java-agent version : v0.104.0
I have two applications, consumer and producer of rabbitmq, which are connected to ddtrace-java-agent at the same time. Trace is generated on the producer , but consumer does not generate span.
Can I customize traceid to achieve this function? For example, the producer stores the traceid in message, and the consumer parses the message and sets the traceid to make it a child span.
Thanks.