-
Notifications
You must be signed in to change notification settings - Fork 282
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] Enable nullable #892
Conversation
@Kielek I would encourage you to create an Issue to track all of these individual PRs. :) |
@@ -33,7 +33,7 @@ public static class MeterProviderBuilderExtensions | |||
/// <returns>The instance of <see cref="MeterProviderBuilder"/> to chain the calls.</returns> | |||
public static MeterProviderBuilder AddProcessInstrumentation( | |||
this MeterProviderBuilder builder, | |||
Action<ProcessInstrumentationOptions> configure = null) | |||
Action<ProcessInstrumentationOptions>? configure = null) |
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.
Same story here... #893 (comment)
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.
Fixed: 3018230
8c6a409
to
3018230
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #892 +/- ##
==========================================
- Coverage 68.48% 68.43% -0.05%
==========================================
Files 183 183
Lines 7002 7004 +2
==========================================
- Hits 4795 4793 -2
- Misses 2207 2211 +4
|
Towards #894
Changes
Nullable for Process project.
For significant contributions please make sure you have completed the following items:
[ ] AppropriateCHANGELOG.md
updated for non-trivial changes[ ] Design discussion issue #