-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add foundation for basic xray integration #7892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d041cf9
to
3e88961
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great foundation 🚀
I can confirm the test case tests.integration.awslambda.test_lambda_integration_xray.test_traceid_outside_handler
works well on macOS with the custom RIE (x86).
Main changes before merging:
- Update Lambda RIE as this PR depends on localstack/lambda-runtime-init#14
localstack/services/awslambda/invocation/runtime_environment.py
Outdated
Show resolved
Hide resolved
The AWS X-Ray examples (e.g., blank-python currently fail to deploy against LS due an internal server error:
Maybe related to the AWS client rework and/or IAM 🤔 Update: Works against master and rebasing fixed it after:
|
We should test the retry behavior with a failing function. Just ran into a case where unlimited retries created traces many |
✔️ The X-Ray test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉 Looking forward to basic X-Ray support 📈
I also ran some tests without pro activated (+exception throwing) and it looks fine as well.
Uh oh!
There was an error while loading. Please reload this page.