Release Notes: Linux Agent 2.9

Release Overview Release Date: 03/28/2018 Release Features No new features included in this release Release Enhancements Grails/Groovy APM Support Kotlin APM Support Amazon Linux 2 OS Agent Support Improved cleanup behavior for APM discovered Java Standalone services Additional instrumentation for Struts GetMapping style annotations Bug Fixes Fixed an issue around installing with a proxy enabled

Java Agent Installation: Enable APM+ for Glassfish

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Glassfish (4.x) Add the following line to the java-config section of the Glassfish  domain.xml file. <jvm-options>-javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar</jvm-options> Restart the Glassfish service.

Windows Agent Installation: Overview

  Install Manually Download the Installer  You can find a link to the Windows Installer from the Getting Started Page in Retrace or by clicking the Add New button at the top of your Servers Monitoring page. Run the downloaded installer and follow the installation steps below. Enter Your Account’s Activation Key You will be prompted for an Activation Key. This …

Java on Windows Agent Installation: Enable APM+ for WildFly (10)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: WildFly Installation (10.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION]” To see a list of …

Java on Windows Agent Installation: Enable APM+ for Glassfish 4

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Glassfish Installation (4.x) Command Line Add the following line to the java-config section to domain.xml: <jvm-options>-javaagent:”[APM JAR LOCATION]”</jvm-options> To see …

Java on Windows Agent Installation: Enable APM+ for WebSphere Liberty (8, 9)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line in the corresponding file for WebSphere Liberty: WebSphere Liberty Installation Command Line Create WEBSPHERE/usr/servers/SERVER/jvm.options with contents of: -javaagent:”[APM JAR LOCATION]”

Java on Windows Agent Installation: Enable APM+ for Jetty (8, 9)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: Jetty Installation (8.x, 9.x) Command Line Adjust jetty start command to include -javaagent: java -javaagent:”[APM JAR LOCATION]” -jar %JETTY_HOME/start.jar To see …

Java on Windows Agent Installation: Enable APM+ for JBoss AS 7

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line to the corresponding config file depending on your installation: JBoss AS Installation (7.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION] To see a …