/
Using Java Agent Jars
Using Java Agent Jars
In Adeptia Connect, you can use external Java Agents for different purposes such as monitoring the JVM level parameters like object creation, garbage collection, thread execution, and so on.
To introduce a Java Agent jar in Adeptia Connect,
- Place the Java Agent jar in the javaagent folder in the shared PVC, as shown in the example below. /shared/javaagent/<Java Agent JAR name>
In the JAVA_OPTS environment variable, set javaagent:/app/javaagent/<Java Agent JAR name> as the Java Agent path. For example, if the name of the Java Agent JAR is ddjavaagent.jar, the value for the JAVA_OPTS variable looks like the one given below:
-Xms512M -Xmx2048M -Djdk.tls.useExtendedMasterSecret=false -javaagent:/app/javaagent/ddjavaagent.jar- Restart the deployment of the microservice that is using this jar.
, multiple selections available,
Related content
Using Java Agent Jars
Using Java Agent Jars
More like this
Monitoring Adeptia Suite Performance
Monitoring Adeptia Suite Performance
More like this
Using custom jars and properties
Using custom jars and properties
More like this
Using custom jars and properties
Using custom jars and properties
More like this
Checking for the runtime pod availability
Checking for the runtime pod availability
More like this
Checking for the runtime pod availability
Checking for the runtime pod availability
More like this