Replies: 1 comment 2 replies
-
Hey @soumit09 , Are you using the spring-rabbit (or spring-cloud-stream-rabbitmq-binder) library? If so, please try using the latest javaagent release 1.3.1, we've had a couple of fixes related to rabbitMq context propagation since 1.1.0 (#3339, #3295, #3381) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using auto instrument java agent. I can see my rest api calls ends tracing when it sends message to the queue. Is there any option where same trace can be seen across sends message to rabbitmq and then listener picks it and do other stuffs?
otel.agent.version =1.1.0
Beta Was this translation helpful? Give feedback.
All reactions