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

[Instrumentation.Process, Instrumentation.Process] make configure action nullable #913

Merged
merged 2 commits into from
Jan 20, 2023

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Jan 20, 2023

Follow up #893 #892

Changes

make configure action nullable
based on https://github.com/open-telemetry/opentelemetry-dotnet/pull/3653/files#r970049254 and conversation with @alanwest

For significant contributions please make sure you have completed the following items:

  • [ ] Appropriate CHANGELOG.md updated for non-trivial changes
  • [ ] Design discussion issue #

@Kielek Kielek requested a review from a team January 20, 2023 19:20
@Kielek Kielek added comp:instrumentation.runtime Things related to OpenTelemetry.Instrumentation.Runtime comp:instrumentation.process Things related to OpenTelemetry.Instrumentation.Process labels Jan 20, 2023
Copy link
Member

@alanwest alanwest left a comment

Choose a reason for hiding this comment

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

Sorry for all the rigamarole on your prior PRs. I had misread things and thought the parameters were nullable. 🤦 Thanks for catching.

@Kielek Kielek force-pushed the process-runtime-nullable-fix branch from 70b5166 to faeadd6 Compare January 20, 2023 19:30
@codecov
Copy link

codecov bot commented Jan 20, 2023

Codecov Report

Merging #913 (faeadd6) into main (5bd14dc) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #913      +/-   ##
==========================================
+ Coverage   68.42%   68.44%   +0.01%     
==========================================
  Files         183      183              
  Lines        7006     7004       -2     
==========================================
  Hits         4794     4794              
+ Misses       2212     2210       -2     
Impacted Files Coverage Δ
...entation.Process/MeterProviderBuilderExtensions.cs 100.00% <100.00%> (+14.28%) ⬆️
...entation.Runtime/MeterProviderBuilderExtensions.cs 100.00% <100.00%> (+12.50%) ⬆️

@alanwest alanwest merged commit ffe5330 into open-telemetry:main Jan 20, 2023
@Kielek Kielek deleted the process-runtime-nullable-fix branch January 20, 2023 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:instrumentation.process Things related to OpenTelemetry.Instrumentation.Process comp:instrumentation.runtime Things related to OpenTelemetry.Instrumentation.Runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants