Breaking changes in 1.1.0-beta3 with AddLegacySource method
See original GitHub issueWith the 1.1.0-beta3 there are breaking changes with the use of AddLegacySource
in the Instrumentation packages.
AddLegacySource
method was moved from TracerProviderBuilderExtensions.cs
in SDK to API in 1.1.0-beta3.
1.0.0-rc4 version of the instrumentation packages expect AddLegacySource
method to be present in the SDK and they fail when used with an SDK version 1.1.0-beta3. Up until 1.1.0-beta2, AddLegacySource
method was in the SDK.
We need to release new packages for API + SDK (1.1.0-beta4) and for instrumentation packages (1.0.0-rc5).
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Breaking changes in .NET Core 3.0
Lists the breaking changes in version 3.0 of .NET Core, ASP.NET Core, and EF Core.
Read more >Untitled
WebJump to content gpc eda adultos WebMar 23, 2016 · Approach 1: Adjust ... Gitter Breaking changes in 1.1.0-beta3 with AddLegacySource method …...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We have released the newer versions of core components (1.1.0-beta4) and instrumentations (1.0.0-rc5). Please update the package versions to fix this issue.
@Mario-Hofstaetter This issue is not about
OpenTelemetry.Exporter.Jaeger
. The issue is with Instrumentation libraries such asOpenTelemetry.Instrumentation.Http
andOpenTelemetry.Instrumentation.AspNetCore
that are calling theAddLegacySource
method.