AWS Lambda not reporting URL
Open
enhancement
feature
- Dominant language
- Python
- Stars
- 338
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Using SDK with Django.
The lambda function traces don't report the URL on the top level segment, looking at the raw data it seems that the URL is being set in the subsegments. Is there any way to call `put_http_meta` on the root Lambda segment through application code?
I tried extending the middleware, grabbing the current segment and setting the http metadata, but this returns the facade segment, which can't be mutated.
Contributor guide
Assessment
This issue has not been assessed yet.