-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update provider to use AlwaysSampler instead of ProbabilitySampler #506
Conversation
Not sure why default is AlwaysOn sampler in the spec. It should be the probability sampler. |
AlwaysOn seems good to me, and it is what the specification states. |
@krnowak removed the cosnt as requested. |
Looking into test failures. |
@krnowak fixed the tests, this is ready for review. |
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! Just take a look at my discussion about unchanged texts and it is good to go :)
…pen-telemetry#506) * update provider to use AlwaysSampler instead of ProbabilitySampler * remove unused defaultSamplingProbability constant * fix broken tests * update failure message in test * fix test description Co-authored-by: Rahul Patel <[email protected]>
Fixed #498.