Azure Installation: Management Authentication

Retrace Azure Integration Overview Retrace integrates with Azure via the Azure Rest API to determine the status of servers and services during Creation, Removal, Scale Up and Scale Down events.  Retrace supports monitoring for both Cloud Services (Classic) and App Services (Web sites, Functions, etc..). To acquire resource information Retrace uses OAuth 2.0 Access Tokens on the Azure account to …

Release Notes: April 2018 Platform

Release Overview Release Date: 4/25/2018 This release includes one major new feature around continuous app improvement: App Change Detection. There are also a number of performance improvements specifically around the errors and logs dashboards, as well as the app dashboard. Release Features App Change Detection: The agent will now detect changes made related to your apps and display them in …

Release Notes: March 2018 Platform

Release Overview Release Date: 3/7/2018 In this release we improved the experience around app discovery in the portal. This will address issues around apps being filtered out of the Add App modal. We also now support removing apps from specific environments instead of all instances of a given app across different environments. This release also includes a number of alert/notification …

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 Tomcat (6, 7, 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: Tomcat Installation (6.x, 7.x, 8.x, 9.x) Command Line Locate the catalina.bat file and add: set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:”[APM JAR LOCATION] Restart the …

Deployment Tracking: Retrace with CircleCI

If you are using CircleCI for your CI/CD pipeline, you can install the Stackify Retrace Deployment Recorder plugin to help you notify Retrace’s Deployments API during or after your deployments. The Deployment Recorder offers three different actions (Start, Complete, and Cancel) that can be passed as arguments depending on how you are configuring the Task within your existing pipeline. Check …