-
Notifications
You must be signed in to change notification settings - Fork 287
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
Remove sampling score on telemetry items related to Context.User.Id #651
Conversation
CHANGELOG.md
Outdated
@@ -3,7 +3,7 @@ | |||
This changelog will be used to generate documentation on [release notes page](http://azure.microsoft.com/en-us/documentation/articles/app-insights-release-notes-dotnet/). | |||
|
|||
## Version 2.5.0-beta2 | |||
|
|||
- Remove calculation of sampling-score based on Context.User.Id |
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.
Can you add link to the issue as well? So that it's easier for someone reading change log to understand more about the change.
#625
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.
Done.
@d3r3kk due to some issues with CI builds, can you trigger a manual build for this one. (Don't merge before doing that!) |
Please also take a closer look at the functional tests executed in the build to make sure they are not affected by the change in the sampling (they should not be, however, it's worth to keep an eye on it). |
No need to keep the sample scoring with Context.User.Id. Remove the code and tests surrounding this calculation.
Issue #625