-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade pdata to v1.5.0 #11932
Upgrade pdata to v1.5.0 #11932
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11932 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 447 447
Lines 23729 23737 +8
=======================================
+ Hits 21741 21749 +8
Misses 1613 1613
Partials 375 375 ☔ View full report in Codecov by Sentry. |
Unfortunately, due to a change in the way profile attributes are handled, this brings a breaking change to contrib, which isn't really fixable (we can read the data from the old method, but not write). I'd suggest a coordinated merge of the two PRs. |
f90033d
to
2a2feff
Compare
e23802a
#### Description This follows open-telemetry/opentelemetry-collector#11932, and upgrades pprofiletest with the breaking changes from the latest profile proto. --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Alex Boten <[email protected]>
#### Description This follows open-telemetry/opentelemetry-collector#11932, and upgrades pprofiletest with the breaking changes from the latest profile proto. --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Description
Proto 1.5.0 has been released. This upgrades pdata to use that version.
See https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.5.0