-
Notifications
You must be signed in to change notification settings - Fork 93
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
Google.Profobuf 3.22.0 upgrade on OTel SDK side #2220
Comments
I have checked what will happen after upgrade to OTel .NET 1.5.0-alpha.2 (especially OTLP exporter) - Kielek@ad53b00. It will leads to following error if user application will reference Google.Protobug older tha 3.22.0 (potential fix Kielek@28b17e0). Previously it was 3.19.4.
The changes from open-telemetry/opentelemetry-dotnet#4201 tenchincally should work with 3.19.4 version (no new public API is used) but with memory penalty (always creating array, instead of cleaning it). To be discussed on our SIG if we will be fine with this library support change or we should ask SDK maintainers to revisit changes. @CodeBlanch, FYI |
SIG meeting notes: ask to
|
For now, changes was reverted open-telemetry/opentelemetry-dotnet#4407 |
open-telemetry/opentelemetry-dotnet#4201 will bring upgrade of Google.Protobuf dependency.
Before it will be merged we should check possibility to support libraries compiled with older versions.
The text was updated successfully, but these errors were encountered: