If you have already installed an Agent on a server but didn’t enable APM+ at that time, you can simply go to the appropriate server and enable CLR Profiling. Option 1: Using the Retrace UI To do this go to the settings icon to the right of the server, and go to Server Settings From Server Settings, you can simply …
Java Agent Installation: Enable APM+ for Tomcat (6, 7, 8)
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) Locate the catalina.sh file and add: # Stackify Java APM+ CATALINA_OPTS=”$CATALINA_OPTS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart the Tomcat service …
Integrations: Axosoft
Retrace includes integration between Retrace and Axosoft, enabling Stackify users to export errors reported by Stackify directly into Axosoft’s issue management software for tracking. In Retrace, an account admin must first configure the Axosoft integration by going to Settings → [Integrations] → Axosoft. Users will the be prompted by Axosoft to allow Stackify access to their Axosoft team. The Stackify …
Performance: APM+ Overview
Retrace’s APM+ is a powerful feature and serves as a core part of our Application Monitoring service. The feature implements byte code inspection of apps, giving you method-level telemetry on code at run time. Use this tool to get instant insight on: Start time / end time and HTTP status codes HttpHandlers and HttpModules utilized in the IIS pipeline Call …
Azure Installation: Configure Azure WebJobs
Retrace now supports Azure WebJobs. Azure WebJobs provide an easy way to run scripts or programs as background processes in the context of an App Service web app, API app, or mobile app. Retrace will provide all of the same great insights to application performance as it does for web applications and windows services. Within Retrace, WebJobs will be monitored …
Linux Installation: RedHat and CentOS
Instructions on how to install the Retrace Linux Agent on RedHat and CentOS based Linux systems. You can install by using the yum package manager directly. The following commands are intended to be ran with root permissions. Installing with Yum Add Stackify’s yum repository. wget -qO – https://download.stackify.com/rpm/stackify.repo | sudo tee /etc/yum.repos.d/stackify.repo Install Stackify Linux Agent. sudo yum install stackify-agent …
.NET Agent Installation: Enable .NET Core Applications
Retrace has been tested with .NET Core apps targeting the full .NET framework as well as the new .NET Core “netcoreapp” framework. It also works with ASP.NET Core apps that are deployed behind IIS or using Kestrel only in more of the “self hosted” mode. .NET Core is currently only supported for Windows. Some features may not yet be fully …
Users: Deactivate a User
Take the following steps to make a Stackify user inactive in your account: 1. Click on the “Manage” button for the user you wish to mark as inactive: 2. On the user details page, uncheck the “Active” user status: 3. Unfilter the inactive users on the Manage Users page: Note: We currently do not provide a way to hard-delete a …