Skip to content

Default Sampler update + ParentOrElse fix#1013

Merged
CodeBlanch merged 4 commits intoopen-telemetry:masterfrom
CodeBlanch:default-sampler
Aug 5, 2020
Merged

Default Sampler update + ParentOrElse fix#1013
CodeBlanch merged 4 commits intoopen-telemetry:masterfrom
CodeBlanch:default-sampler

Conversation

@CodeBlanch
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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