-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in converting between OTEL and APM context #1686
Comments
Nice find. apm-agent-go/module/apmotel/tracer.go Lines 77 to 79 in 2b38f4b
|
My bad. We actually connect the span when it's created within the apm agent, through the wrapper. apm-agent-go/module/apmotel/wrapper.go Line 45 in 2b38f4b
How are you creating the |
@rubvs ping? |
I'm not seeing apmotel being required in |
Describe the bug
Information seems to be getting lost between converting from an APM context to OTEL context.
elasticHandler
(otel) ->Streaming
(apm) ->Semaphore.Acquire
(apm)Semaphore.Acquire
) in Kibana.To Reproduce
Expected behavior
Spans and Span Links that go from OTEL context to APM context doesn't work.
The text was updated successfully, but these errors were encountered: