Tracing through multiple java services #3260
Answered
by
trask
GokulShrikanth
asked this question in
Q&A
-
does starting the java applications with the openTelemetry jar automatically take care of the propagation and the continuation of the traces even when the applications are not on the same machine? |
Beta Was this translation helpful? Give feedback.
Answered by
trask
Jun 11, 2021
Replies: 1 comment
-
hi @GokulShrikanth! yes, if you are using one of the instrumented libraries/frameworks to send and receive on both sides, and you are using the java agent on both applications, then distributed tracing header(s) should get propagated between them |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GokulShrikanth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @GokulShrikanth! yes, if you are using one of the instrumented libraries/frameworks to send and receive on both sides, and you are using the java agent on both applications, then distributed tracing header(s) should get propagated between them