-
Notifications
You must be signed in to change notification settings - Fork 290
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
[Sampler.Aws] perf improvements for AWS Xray sampler #2046
Conversation
I think that, the perf. improvements should be documented in the CHANGELOG.md. |
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
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.
Approving, based on component owners needs.
Fixes #
This fixes the issue mentioned here #2045 , the dotnet runtime issue is created [here] (dotnet/runtime#107505)
Changes
The changes are to write informational event to event source only when fallback sampler is called first time instead of calling repeatedly. We saw an improvement in 4 times in TPS after this change in our load testing.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes