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

[sdk-traces] SamplingResult constructors accept null parameters #5614

Merged
merged 5 commits into from
May 16, 2024

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented May 14, 2024

Fixes open-telemetry/opentelemetry-dotnet-contrib#1718 (comment)
Design discussion issue #

Changes

SamplingResult constructor accepts null parameters

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • [ ] Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@Kielek Kielek force-pushed the fix-nullability-SamplingResult branch from 512be15 to 547cd87 Compare May 14, 2024 09:23
@Kielek Kielek force-pushed the fix-nullability-SamplingResult branch from 547cd87 to ee26cbb Compare May 14, 2024 09:38
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.66%. Comparing base (6250307) to head (3136a49).
Report is 226 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5614      +/-   ##
==========================================
+ Coverage   83.38%   85.66%   +2.28%     
==========================================
  Files         297      254      -43     
  Lines       12531    10982    -1549     
==========================================
- Hits        10449     9408    -1041     
+ Misses       2082     1574     -508     
Flag Coverage Δ
unittests ?
unittests-Solution-Experimental 85.66% <ø> (?)
unittests-Solution-Stable 85.60% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/OpenTelemetry/Trace/SamplingResult.cs 100.00% <ø> (ø)

... and 114 files with indirect coverage changes

@Kielek Kielek marked this pull request as ready for review May 14, 2024 09:45
@Kielek Kielek requested a review from a team May 14, 2024 09:45
@Kielek Kielek changed the title SamplingResult constructor accepts null parameters SamplingResult constructors accept null parameters May 14, 2024
@reyang reyang added pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package and removed pkg:OpenTelemetry labels May 14, 2024
@CodeBlanch CodeBlanch changed the title SamplingResult constructors accept null parameters [sdk-traces] SamplingResult constructors accept null parameters May 16, 2024
@CodeBlanch CodeBlanch added the traces Tracing signal related label May 16, 2024
@CodeBlanch CodeBlanch merged commit 808abc8 into open-telemetry:main May 16, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package traces Tracing signal related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants