-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[processor/transform] Add support for profiles signal #39036
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
base: main
Are you sure you want to change the base?
[processor/transform] Add support for profiles signal #39036
Conversation
2523a93
to
3fc3387
Compare
86333be
to
58d4e35
Compare
Several test failures needs #39100 to be solved. |
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 would help to separate the googleapi dep bump from the functional changes to add OTTL profile support. The PR is pretty big combined at >3k line changes.
58d4e35
to
eb590d6
Compare
@MikeGoldsmith The OTTL PR is included here because the transformprocessor changes needs it. That OTTL code alone makes ~2k lines of changes. The OTTL changes will be dropped here after the OTTL PR is merged and before I undraft this PR. Just rebased, since the changes to the various |
c5937d7
to
3b7e2df
Compare
Any chance this PR will be merged soon? |
What we need to merge beforehand to get the tests working:
|
a625c8f
to
a2e0168
Compare
a2e0168
to
ae974ba
Compare
2b498bf
to
574ec99
Compare
574ec99
to
3ea23e4
Compare
Thanks for the update @rockdaboot, I'm currently waiting for the PR. |
Initial PR for profiles support in the transform processor.
Fixes #39009
Keeping in draft until the following point are resolved
Review
The first commit "[processor/transform] Add support for profiles]" contains the actual changes to the transformprocessor.
The other commits contain the code changes from other PRs that haven't been merged yet but that are required or wanted. Here is the list of PRs and issues.