-
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
Initial sampling rate from applicationHost.config fix #1048
Conversation
dev to master 29 beta2
…n RichPayloadEventSource
* Fix: Start/StopOperation does not work when W3C is enabled * build and changelog
Customer asked if we log Exception.Data. This was not clear from our documentation.
#1028) * Metrics: Use dedicated thread instead of the thread pool for the default aggregation cycle (code only, does not build not NetStandard). * Add missing reference to System.Threading.Thread on netstandard1.3 * changelog
Does it address #926 as well? If not - can you please include that fix as well. |
@SergeyKanzhelev, I cannot repro the issue you mentioned using latest develop bits. Do you have more details on the repro steps? |
…mplingPercentageEstimatorSettings.
The issue was that inner SamplingTelemetryProcessor did not have the SamplingPercentage set to initial value. This is now fixed. Note changing behavior of Min-Max vs InitialSamplingPercentage is out of scope of this PR. |
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 fixing an additional issue. Please allow others to review as well
Can you please make a remark in issue I referred to explaining what is fixed and what is not. Or create a separate one |
Fix of an InitialSamplingRate, when setting it through the applicationHost.config would not apply it.
Also resolves #926.
For significant contributions please make sure you have completed the following items: