-
Similar discussions are here: We are trying to use agent instrumentation alongside manual instrumentation. We've taken care to make sure we're using the same version of the opentelemetry-sdk between our manual instrumentation and the agent. Our versions are: Yet when we emit manual spans, they are not attached to the agent traces. We are acquiring the tracer via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Manual instrumentation should work nicely together with the automatic instrumentation. Please provide a minimal sample application that reproduces your issue. |
Beta Was this translation helpful? Give feedback.
I did a bit more investigation and I found that combined tracing works well with HTTP traces, but was not working with consuming messages from SQS. I'll have to look into that further, but it's good to know that the high-level functionality is working