-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[BUG] Azure.Core OpenTelemetry breaks packages #40172
Comments
@lmolkova: Your thoughts would be appreciated. |
Thank you for your feedback. Tagging and routing to the team member best able to assist. |
@martijnmelchers thank you for reporting this and sorry it breaks! It's been fixed in #40027, but the fix is not released yet and likely to be shipped in January. Could you please create a bug for Elastic APM on this?
|
I'll see if I can report this, however this now means we can't bump packages with fixes and such, could a patch be created so we don't have to wait two months for this fix? |
We're considering shipping a hotfix, but for now let's see if we can unblock you right away. One option would be to change how you enable Azure SDK tracing - the problem only affects You can get almost the same level of details if you use generic HTTP client instrumentation. Please check out our docs on how to enable activity sources for individual libraries Let me know if it helps. |
We've currently downgraded back a patch. Its unfortunate because this change came shipped as a patch. I'll try this later if we really need it, thanks! |
The fix for this issue has shipped as part of Azure.Core 1.37.0. |
Library name and version
Azure.Core 1.36.0
Describe the bug
We use multiple packages using Azure.Core after the latest update to 1.36.0 the CertificateClient broke
It seems to be related to #39617
More specifically this?
https://github.com/Azure/azure-sdk-for-net/pull/39617/files#diff-8b0ecb439ab5c789e43df6453a01bd0fc375f00c8844b266491c53062620de33R130
Expected behavior
Start without issues
Actual behavior
It doesn't start and throws the following error:
Reproduction Steps
Use Azure.Security.KeyVault.Certificates 4.5.1 with Azure.Core 1.36.0 and do something like this:
Environment
.NET SDK:
Version: 7.0.403
Commit: 142776d834
Runtime Environment:
OS Name: Windows
OS Version: 10.0.22621
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\7.0.403\
The text was updated successfully, but these errors were encountered: