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

Consider stabilizing the Java agent extension mechanism? #8913

Closed
trask opened this issue Jul 10, 2023 · 3 comments
Closed

Consider stabilizing the Java agent extension mechanism? #8913

trask opened this issue Jul 10, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@trask
Copy link
Member

trask commented Jul 10, 2023

Now that the opentelemetry-sdk-extension-autoconfigure module has been stabilized, what's remaining before stabilizing the Java agent extension mechanism?

(besides renaming otel.javaagent.experimental.extensions to otel.javaagent.extensions)

@trask trask added the enhancement New feature or request label Jul 10, 2023
@laurit
Copy link
Contributor

laurit commented Jul 11, 2023

Perhaps we should consider allowing extensions to add classes to boot loader to make them more versatile.

@mateuszrzeszutek
Copy link
Member

(besides renaming otel.javaagent.experimental.extensions to otel.javaagent.extensions)

That is already done actually, the otel.javaagent.experimental.extensions config is a leftover of a previous implementation I think.

Should we stabilize the javaagent-extension-api as well?

@trask
Copy link
Member Author

trask commented Sep 3, 2023

That is already done actually, the otel.javaagent.experimental.extensions config is a leftover of a previous implementation I think.

oh, yes, so it seems that the agent extension mechanism (at least when limited to sdk autoconfig) is already defacto stable

definitely worth revisiting stabilizing javaagent-extension-api sometime after #8999

@trask trask closed this as completed Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants