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

Support instrumentation via Java agent #1321

Merged

Conversation

jfallows
Copy link
Contributor

@jfallows jfallows commented Nov 5, 2024

Description

When attempting to use Java instrumentation agents, zilla gives the following error.

java.lang.module.FindException: Module java.instrument not found error.

This change includes java.instrument module in the zilla java linked runtime, and opens the main class package to allow the instrumentation to succeed on startup.

@jfallows jfallows requested a review from akrambek November 5, 2024 23:46
@jfallows jfallows merged commit c6647ed into aklivity:develop Nov 5, 2024
5 checks passed
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.

2 participants