Release Notes: Linux Agent 2.3

Release Overview Release Date: 9/27/17 Notable Feature: Play Framework Instrumentation Release Features Play Framework Instrumentation Added instrumentation for Play framework web applications Java Agent Installation: Enable APM+ for Play Framework Extended APM Web External Tracking Moving away from tracking at the domain level and start tracking the complete tokenized URL for APM Release Enhancements Agent diagnostics to use new support …

Java Agent Installation: Configure APM+ on Standalone Applications

Pre-Requisites: 1) Application must be setup with our custom configuration or be using one our supported Non-WebApp frameworks (Quartz, Spring Batch, Akka). Please follow these steps here first: Configure Custom Profiling for Java. 2) Application must be setup as a Linux Service. 3) Linux Agent Installed   Example using annotations: import com.stackify.apm.Trace; @Trace public class ClassToBeInstrumented { @Trace(start = true) …

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 …

Java Agent Installation: Default Linux Install

One Step Installation Script Here is a script you can copy into your terminal that will download, un-tar, and install the agent all in one step: wget https://s1.stackify.com/Account/AgentDownload/Linux –output-document=stackify.tar.gz && tar -zxvf stackify.tar.gz stackify-agent-install-32bit && cd stackify-agent-install-32bit && sudo ./agent-install.sh –devicealias [aliasname] Note: The devicealias parameter is optional and [aliasname] should be replaced with the desired name for your device. …

AWS Installation: Linux AWS Elastic Beanstalk (Tomcat)

Install for AWS Elastic Beanstalk (Tomcat) Instructions on how to install the Retrace Linux Agent and Java APM on AWS Elastic Beanstalk. Installing Stackify Linux Agent Create a new file named stackify.config in your application’s .ebextensions folder. Learn More about .ebextensions. Add the following to your stackify.config file: Replace [INSERT ACTIVATION KEY] with your activation key value. Optionally you can …

Release Notes: August 2016

Here are some of the highlights from the August 2016 release: Prefix Premium launches! Prefix for Java now available New Pricing Model New Documentation API Prefix Premium This release introduces a paid version of Prefix called Prefix Premium. This will include a number of additional features including: Custom profiling Downloading and uploading traces Viewing remote traces Suggestions for code improvements Windows Services profiling …

Retrace: Supported Java Application Containers and Frameworks

This list will reflect an up-to-date list of supported technologies. The following technologies are automatically supported by Retrace in Java APM+. Containers Application Containers Apache Tomcat (6.x, 7.x, 8.x, 9.x) GlassFish (4.x) JBoss AS 6.x, 7.x WildFly 8.x, 9.x, 10.x WildFly Swarm Jetty 8.x, 9.x Spring Boot Oracle WebLogic (12.x) IBM WebSphere (8.x, 9.x, Liberty) Apache TomEE (1.7.x, 7.0.x) Netty (3.x) Application Container …