-
Notifications
You must be signed in to change notification settings - Fork 773
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
[DI] Rename DI package to OpenTelemetry.Api.ProviderBuilderExtensions #4125
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4125 +/- ##
==========================================
+ Coverage 85.57% 85.66% +0.08%
==========================================
Files 293 293
Lines 11359 11359
==========================================
+ Hits 9721 9731 +10
+ Misses 1638 1628 -10
|
[IServiceCollection](https://learn.microsoft.com/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection)). | ||
|
||
The `OpenTelemetry.Api.ProviderBuilderExtensions` package is intended for | ||
instrumentation library authors who need to integrate with the OpenTelemetry SDK |
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.
"who need to provide DI based configuration, but without taking OTel SDK dependency.. "
Feel free to grab this/similar, in a separate PR if needed.
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.
…s.DependencyInjection` was renamed to `OpenTelemetry.Api.ProviderBuilderExtensions` open-telemetry/opentelemetry-dotnet#4125
Fixes #4083
Changes
OpenTelemetry.Extensions.DependencyInjection
->OpenTelemetry.Api.ProviderBuilderExtensions
TODOs
CHANGELOG.md
updated for non-trivial changes