Replies: 1 comment
-
This is instrumentation-related question, please ask the question in the appropriate instrumentation repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to instrument Jaeger on spring app, with a scheduler. But the behavior of Tracer is little bit strange from an app with api's. Jaeger does not create a new Trace when the scheduler starts, Tracer.activeSpan() returns null, and the uber-trace-id is not propagated to other services.
Is there anyone who did an instrumentation on a Spring scheduler?
Beta Was this translation helpful? Give feedback.
All reactions