-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tracing] Improve dependency injection support in tracing build-up us…
…ing SDK (#3533) * TracerBuilder depedency injection improvements. * Fixes and API updates. * Update skipped test. * Tweak. * Tweaks. * Test fix. * Turn on options in TracerProviderBuilderBase. * Updated CHANGELOGs. * Added XML comments to AddOpenTelemetryTracing methods. * Tweaks. * Added export helpers and restored removed API from hosting library so that there is no breakage during upgrades. * Export extension tweaks. * Tweak. * Tracer builder improvements. * Fix hosting multiple configurations test. * Cleanup. * Cleanup and fixes. * Added "UseOpenTelemetry" extensions. * Cleanup. * Code review. * Code review. * Rename SDK extension "Configure" and restore "Add" in the hosting lib. * Doc clarification. * Some test coverage. * README updates. * Fix double dispose of TracerProvider when using Sdk.CreateTracerProviderBuilder. * AddExporter tests. * More test coverage. * More test coverage. * Code review.
- Loading branch information
1 parent
8700d5d
commit e6d39b8
Showing
35 changed files
with
1,683 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
src/OpenTelemetry.Extensions.Hosting/Implementation/TracerProviderBuilderHosting.cs
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/OpenTelemetry.Extensions.Hosting/OpenTelemetry.Extensions.Hosting.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.