Open
Description
Currently the jvm & jmx monitoring are part of the java agent module (and its final jar)
The consequence of this is that it's not possible to use these features w/o the java agent.
That means no automatic monitoring for applications being compiled in native mode or JVM mode but not using the agent.
In a similar way as it has been done for the tracer-ot module, do you think it's possible to move the jvm monitoring out of the java agent and make it available as a standalone ?