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 …
AWS Installation: Linux AWS EC2
Install for AWS EC2 Instructions on how to install the Stackify Linux Agent AWS EC2 (Amazon Linux). Installing Stackify Linux Agent SSH into your AWS EC2 instance ssh -i [cert.pem] ec2-user@[x.x.x.x] Download and Install Replace [INSERT ACTIVATION KEY] with your activation key value. You can find your activation key under Settings: Account. wget https://s1.stackify.com/Account/AgentDownload/Linux –output-document=stackify.tar.gz && \ tar -zxvf stackify.tar.gz …
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 …
Linux Installation: Ubuntu and Debian
Instructions on how to install the Retrace Linux Agent on Ubuntu and Debian based Linux systems. You can install by using the apt package manager directly. The following commands are intended to be ran with root permissions. Installing with Apt Add Stackify’s apt repository. echo ‘deb https://download.stackify.com/deb stable main’ | sudo tee /etc/apt/sources.list.d/stackify.list Trust Stackify’s GPG key. wget -qO – …
.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 …
.NET Agent Installation: Configure Windows Services
By default Retrace only profiles applications hosted within IIS. If you want Retrace to capture transactions from an application running as a Windows service, please follow these directions. Step 1. Install Retrace Windows Agent with the option for Windows Services with one of the below options: Option 1. New install in interactive mode: Upon installing check the box for Enabling the …
Azure Installation: Configure Azure Worker Roles
The Retrace .NET agent can automatically be installed with your Azure Cloud Service. Special logic exists so that if you enable our Retrace APM, it will automatically profile your main Worker Role process without having to create the ProfilerProcess.txt file specifying it. It also restarts your app after it enables the profiler. To install the agent, follow the directions in …
Prefix: Enable Java Profiling
1. Install Prefix If you haven’t already, download Prefix and install it on your workstation. You can download Prefix and learn more about it on our website. 2. Locate the Stackify APM jar file Prefix profiles your Java code by adding a plug-in to your JVM. This is done by configuring the “javaagent” parameter on your JVM. To do this, you …