Spring Cloud Data Flow context propagation from Spring boot service #7045
Answered
by
trask
dimitri995
asked this question in
Q&A
-
Hello, I would want to propagate context from spring boot application to a spring-cloud-task. We use SCDF to deploy & run the task, how can I pass the traceID / context in order to have the same traceparentId? I don't use the java agent. Thanks for your time, Regards, Dimitri |
Beta Was this translation helpful? Give feedback.
Answered by
trask
Nov 5, 2022
Replies: 1 comment 4 replies
-
hi @dimitri995, I don't think there's any auto- or library- instrumentation to support this currently, so you would need to propagate the trace context manually. for some details, check out https://opentelemetry.io/docs/instrumentation/java/manual/#context-propagation |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
dimitri995
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @dimitri995, I don't think there's any auto- or library- instrumentation to support this currently, so you would need to propagate the trace context manually. for some details, check out https://opentelemetry.io/docs/instrumentation/java/manual/#context-propagation