opentelemetry-python-contrib icon indicating copy to clipboard operation
opentelemetry-python-contrib copied to clipboard

AWS Lambda functions don't inject trace headers in responses

Open sam-mosleh opened this issue 1 month ago • 0 comments

What problem do you want to solve?

When using auto-instrumentation for AWS Lambda functions, trace headers are not included in the HTTP response when integrated with API Gateway V2 (HTTP APIs).

Describe the solution you'd like

The auto-instrumentation layer should automatically inject trace headers into Lambda response objects when the function is invoked.

Describe alternatives you've considered

Manual header injection

Additional Context

No response

Would you like to implement a fix?

Yes

Tip

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.

sam-mosleh avatar Jan 01 '26 19:01 sam-mosleh