Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Mid Server Monitoring

cardanid
Tera Contributor

Hello community, has anyone attempted to monitor the Mid Server with a APM tool like Dynatrace or Datadog?

1 ACCEPTED SOLUTION

It should look something like below in the wrapper-override.conf file:

wrapper.java.additional.<n>=-javaagent:/path/to/dd-java-agent.jar

Here, <n> is a unique number that doesn't clash with other wrapper.java.additional settings.

You'd need to make sure the path to dd-java-agent.jar is correct and accessible by the MID Server process.

Also, restart the server when the change in completed in wrapper-override.conf.

View solution in original post

11 REPLIES 11

Saurabh Gupta
Kilo Patron

Hi @cardanid ,
Are you talking about the the host on which mid server application is installed or the mid server service that is running inside the host?


Thanks and Regards,

Saurabh Gupta

I am monitoring the OS host, but I want to monitor the health of the Java application. 

Hi,
This can be done to monitor the service using any modern monitoring tool.


Thanks and Regards,

Saurabh Gupta

Correct, but I need to insert the agent like 

JAVA_OPTS=-javaagent:/path/to/dd-java-agent.jar

would this be in the wrapper-override.conf file?