- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 05:32 AM
Hello community, has anyone attempted to monitor the Mid Server with a APM tool like Dynatrace or Datadog?
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 10:31 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 05:34 AM - edited ‎12-27-2023 05:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 05:45 AM
I am monitoring the OS host, but I want to monitor the health of the Java application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 05:50 AM
Hi,
This can be done to monitor the service using any modern monitoring tool.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2023 06:34 AM
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?