You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Information seems to be getting lost between converting from an APM context to OTEL context.
If we have a OTEL parent span and APM child span, we can see full relationship in Kibana. The figure below shows how we go from elasticHandler (otel) -> Streaming (apm) -> Semaphore.Acquire (apm)
The issue arises when we want to go from an APM span back to an OTEL span. In this case, we do not observe the last span (Semaphore.Acquire) in Kibana.
To Reproduce
Create an OTEL parent span. Then an APM child span, followed by another APM child span. View in Kibana
Create an OTEL parent span. Then an APM child span, followed by an OTEL child span. View in Kibana
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:
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: