Package version:

Java app configuration

interface RuntimeJava {
    enableMetrics?: boolean;
    javaAgent?: RuntimeJavaAgent;
}

Properties

enableMetrics?: boolean

Enable jmx core metrics for the java app

javaAgent?: RuntimeJavaAgent

Diagnostic capabilities achieved by java agent