-
Notifications
You must be signed in to change notification settings - Fork 772
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
[Otlp] Bump Google.Protobuf to 3.22.0 and remove reflection emit code #4201
[Otlp] Bump Google.Protobuf to 3.22.0 and remove reflection emit code #4201
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4201 +/- ##
==========================================
- Coverage 85.71% 85.69% -0.02%
==========================================
Files 289 289
Lines 11374 11346 -28
==========================================
- Hits 9749 9723 -26
+ Misses 1625 1623 -2
|
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
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.
LGTM. A changelog entry is needed as we bump minimum version of protobuf.
@cijothomas CHANGELOG updated. |
…mit code (open-telemetry#4201)" This reverts commit f7f5358.
[This could go in 1.4 but I think leave it out just so we can soak the 3.22.0 bump for a bit to make sure there are no unexpected issues.]Changes
A while back we were able to get a change put into Protobuf to make the default clear behavior capacity-preserving. That is now available in 3.22.0 and allows us to remove the reflection emit perf hacks.
TODOs
CHANGELOG.md
updated for non-trivial changes