Relative Content

Tag Archive for spring-bootrabbitmqreactor-nettyjaegerdistributed-tracing

How to start new span inside RabbitMQ listener?

I am trying to find out ways to add tracing when RabbitMQ consumer consumes message from queue and starts processing.
Here is the flow:
Webhook data received -> gateway server -> inbox-service -> side load the data (send it to RabbitMQ) -> return OK http response.
(Till here we do have trace of what request we received and what was the response of our service).