Instrumentation of AWS Lambda does not create parent span #5969
Unanswered
elnatantorres
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, guys! How are you?
I am instrumentating an AWS Lambda with OTEL and it generates the span of internal operations (like HTTP request), but it does not generate the parent span. Is it an expected behavior for the Lambda instrumentation not to create the parent span with the data from request and response hooks?
In my setup I am exporting the traces with OTLP to Grafana Alloy. Below my instrumentation:
Packages
Instrumentation
Handler
Trace in Alloy
Beta Was this translation helpful? Give feedback.
All reactions