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 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 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 …

Release Notes: Linux Agent 2.8

Release Overview Release Date: 02/28/2018 Azure Kubernetes Support on Linux Jenkins Plugin for Deployment Tracking Release Features Azure Kubernetes Support on Linux We now support APM and discovery for Azure Kubernetes (both AKS and ACS).  Users will be able to install the agent on Kubernetes nodes via the extension or through Azure Automation.  Once installed, the nodes will appear in …

Java 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) Locate the jetty.sh file and add: # Stackify Java APM+ JAVA_OPTIONS=”$JAVA_OPTIONS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart Jetty To see a …

Java Agent Installation: Enable APM+ for WildFly (8, 9, 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 (8.x,9.x,10.x) Locate the standalone.conf file and add: -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar Add the Stackify APM package name com.stackify.apm to the existing …

Java Agent Installation: Configure Docker Containers

Docker  and Docker Swarm Support Installation of the Stackify agent is required on the docker host system, it should not be installed on containers. See our guide to install the Linux agent here. When installing the agent on the docker host add the  –docker argument to the installation script. This grants the agent access to view docker container stats: wget https://s1.stackify.com/Account/AgentDownload/Linux –output-document=stackify.tar.gz && tar …