How to continue the span with TraceID and SpanID when using Auto-Instrumentation? #3114
-
Hi, I am trying to trace through multiple microservices using Auto-instrumentation for java, But since I am using NATS to communicate to the services, The Trace Continuation from Service A to Service B is broken, Is there a way to resolve this? In the case of manual instrumentation, We can send the context through. Is there a way to achieve this with auto-instrumentation also? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@GokulShrikanth since this is about auto-instrumentation, I'm going to move this discussion over to the instrumentation repository. |
Beta Was this translation helpful? Give feedback.
-
Hey @GokulShrikanth, By NATS you mean https://nats.io/ ? |
Beta Was this translation helpful? Give feedback.
Hey @GokulShrikanth,
By NATS you mean https://nats.io/ ?
It looks like we don't have instrumentation for this messaging software, so unfortunately the context does not get propagated.