Skip to content
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

Default Sampler update + ParentOrElse fix #1013

Merged
merged 4 commits into from
Aug 5, 2020

Conversation

CodeBlanch
Copy link
Member

Default sampler is now ParentOrElse(AlwaysOn) to match the spec: open-telemetry/opentelemetry-specification#750

Fixes ParentOrElse break from #1007.
Relates to #941.

@CodeBlanch CodeBlanch requested a review from a team August 5, 2020 18:23
@codecov
Copy link

codecov bot commented Aug 5, 2020

Codecov Report

Merging #1013 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1013      +/-   ##
==========================================
+ Coverage   77.00%   77.01%   +0.01%     
==========================================
  Files         220      220              
  Lines        6083     6087       +4     
==========================================
+ Hits         4684     4688       +4     
  Misses       1399     1399              
Impacted Files Coverage Δ
...umentation.AspNet/Implementation/HttpInListener.cs 91.35% <100.00%> (+0.10%) ⬆️
...tation.AspNetCore/Implementation/HttpInListener.cs 90.00% <100.00%> (+0.11%) ⬆️
src/OpenTelemetry/Sdk.cs 94.11% <100.00%> (+0.07%) ⬆️
src/OpenTelemetry/Trace/ActivitySourceAdapter.cs 94.87% <100.00%> (ø)
...penTelemetry/Trace/Samplers/ParentOrElseSampler.cs 100.00% <100.00%> (ø)

Copy link
Member

@reyang reyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@CodeBlanch CodeBlanch merged commit 73bff75 into open-telemetry:master Aug 5, 2020
@CodeBlanch CodeBlanch deleted the default-sampler branch August 5, 2020 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants