Deployment Tracking: Retrace’s TeamCity Plugin

With the Stackify Retrace Deployment Recorder plugin for TeamCity you can notify Retrace of a deployment with a custom build step. This will allow you to pass in TeamCity Environment variables with ease when notifying Retrace. You can view the plugin on Jetbrain’s site here: Stackify Retrace Deployment Recorder   When viewing a build click “Edit Configuration Settings” Navigate to …

Alerts and Notifications: Alert Modal

The Alert Modal is the view that appears when you click into an Alert’s details. There are several ways to access the Alert details, in this document we will only go over the different aspects of the Modal itself. For more information on accessing the Alert details see Alerts and Notifications: Overview. Alert Details Overview Here in the Alert Modal …

Release Notes: February 2018 Platform

Release Overview Release Date: 2/14/2018 This release contains a major rework of the Alerts and Notification functionality. The goal is to improve the accuracy of alerts while giving more details around why the user was notified. This release also gives more granularity around the delivery of notifications and will pave the way for future integrations. Release Features New Alert Details View …

Performance: Traces

One of the ways we strive to deliver relevant insights is to only create Traces around interesting requests. Some examples of these request types that are interesting would be faster than normal, slower than normal, new web requests, requests introducing new SQL, requests introducing new exceptions, or abnormal Satisfaction scores. Under performing requests will be profiled more often than fast …

Java Agent Installation: Enable APM+ for Play Framework

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 follow the steps below depending on your version of the Play Framework. Play Framework 1.2.x-1.4.x Before running your application, enter the following command: export JAVA_OPTS=’-javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar’ Then start the app: ./play run {app_name} Play Framework …

Deployment Tracking: API Request Archive

The Deployment API Requests screen (shown below), provides a history of all the deployment requests accepted by our API. The first step when troubleshooting deployment issues should be to go to this page and verify our API actually received a request. Once our API receives a request to complete the deployment and performs initial validation (returning an HTTP 202 response if successful), it …