opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
AWS Lambda functions don't inject trace headers in responses
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.