Skip to content
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

Merged
merged 12 commits into from
Dec 20, 2024
Merged

Upgrade pdata to v1.5.0 #11932

merged 12 commits into from
Dec 20, 2024

Conversation

dmathieu
Copy link
Member

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

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.62%. Comparing base (be406d3) to head (34274b5).
Report is 7 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

pdata/pprofile/profile.go Outdated Show resolved Hide resolved
@dmathieu
Copy link
Member Author

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).
The contrib fix is here: open-telemetry/opentelemetry-collector-contrib#36868

I'd suggest a coordinated merge of the two PRs.

@dmathieu dmathieu marked this pull request as ready for review December 17, 2024 10:28
@florianl florianl mentioned this pull request Dec 18, 2024
@mx-psi mx-psi added this pull request to the merge queue Dec 20, 2024
Merged via the queue into open-telemetry:main with commit e23802a Dec 20, 2024
47 of 51 checks passed
@github-actions github-actions bot added this to the next release milestone Dec 20, 2024
@dmathieu dmathieu deleted the upgrade-pdata branch December 20, 2024 13:25
codeboten added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Dec 21, 2024
#### 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]>
AkhigbeEromo pushed a commit to sematext/opentelemetry-collector-contrib that referenced this pull request Jan 13, 2025
#### 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants