-
Notifications
You must be signed in to change notification settings - Fork 143
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
no op trace id generation #293
Conversation
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
==========================================
+ Coverage 79.63% 79.81% +0.17%
==========================================
Files 83 84 +1
Lines 3276 3295 +19
==========================================
+ Hits 2609 2630 +21
+ Misses 667 665 -2
Continue to review full report at Codecov.
|
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.
Mostly minor callouts
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, thanks for changes!
* no op trace id generation * added clean up in tests and minor changes * modified typo * added checking false only conditions
Issue #, if available:
Description of changes:
By merging this PR X-Ray Python SDK will generate no op trace and entity id for upsampled requests and secure random id for sample requests. However, customer can choose to generate secure random trace and entity ids for all the requests by setting
AWS_XRAY_NOOP_ID
environment variable asFalse
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.