-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update core dependency and adopt to its API changes #9231
Conversation
29b3283
to
a72bc0d
Compare
@codeboten 1051 now 😆 |
@open-telemetry/collector-contrib-approvers it's ready for review now 😅 |
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.
Even Github struggles loading this PR 😄
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.
It's hard to check a thousand files, so I only did a sanity check that the changes make sense.
If you used a script for this or if you think there is any file that merits special attention, I am happy to review that :)
Thanks @mx-psi. This is mostly what I've done:
|
Switch from using model/pdata package to the new packages split by signal type
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.
I looked at many files randomly and all changes looked good.
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.
Did a diff at the command line w/ origin/main and grepped through the changes. It looks good as far as i can tell.
Switch from using model/pdata package to the new packages split by signal type
Deprecations from open-telemetry/opentelemetry-collector#4936 will be addressed separately