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

Add Bytebuddy agent builder customizer SPI #1613

Merged
merged 6 commits into from
Nov 13, 2020

Conversation

pavolloffay
Copy link
Member

Related to #1534
Slightly related to #1577 - it will need a different SPI to get the result of agentBuilder.installOn.

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
@iNikem
Copy link
Contributor

iNikem commented Nov 11, 2020

@pavolloffay can you demonstrate your use-case of actually using this new SPI?

@pavolloffay
Copy link
Member Author

As mentioned in #1534 I want to exclude additional classes. We are building an agent based on OTEL and this SPI gives us control over the ByteBuddy which is an important feature to have.

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
@pavolloffay pavolloffay changed the title Agent builder customizer Add agent builder customizer SPI Nov 11, 2020
@pavolloffay pavolloffay changed the title Add agent builder customizer SPI Add Bytebuddy agent builder customizer SPI Nov 11, 2020
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
@pavolloffay
Copy link
Member Author

@iNikem @trask I have renamed the SPI as we have discussed in the meeting.

@trask
Copy link
Member

trask commented Nov 12, 2020

👍

do u mind waiting on #1621 and then adding example as part of this PR?

@pavolloffay
Copy link
Member Author

I would prefer to get it merged and do an example separately once the example PR is in.

@trask
Copy link
Member

trask commented Nov 12, 2020

I would prefer to get it merged and do an example separately once the example PR is in.

created #1626 and assigned to you 😉

@trask trask merged commit b4326d9 into open-telemetry:master Nov 13, 2020
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.

None yet

3 participants