If you are using AWS CodePipeline for your CI/CD pipeline, you can integrate Retrace’s Deployment API as part of your configuration. The Deployments API offers three different actions (Start, Complete, and Cancel) that can be passed as arguments depending on how you are configuring the Action within your existing CodePipeline. Check out our Deployment Tracking Overview guide to learn how these deployment …
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 …
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 …
AWS Installation: Windows AWS EC2Config Service
If you are installing Retrace in AWS on EC2 Windows instances that are dynamic, it’s easy to leverage the silent installation method of adding Stackify to ensure that your new EC2 instances always have the latest and greatest Retrace agent. Just follow the steps below to get started. Launch an Instance In the most common example, you will want to …
Retrace: Supported .NET Technologies and 3rd Party Libraries
The following frameworks are automatically supported by Retrace. The APM+ profiler traces will include details from these libraries with no additional configuration. Please note that most async functions are supported in the following libraries as well. For services that are running on your servers, you can also set up monitors for them. UI Frameworks WebForms MVC Web API WCF Nancy …
AWS Installation: Windows AWS Elastic Beanstalk .NET Deployment
This installation guide assumes you are using the AWS Toolkit to deploy from within Visual Studio. If you do not have the AWS Toolkit you can download it here Follow these steps to deploy your .Net apps with our Agent extension to Amazon Web Services from within Visual Studio. Add the NuGet Package In the Package Manager Console enter to …
Release Notes: APM+ v2.3
You may have heard about our newest version of our APM+ product. Read below to see the new improvements to stability and performance. APM+ v2.3 is Here! Since our beta version APM was introduced earlier this year, a lot of work has been put into improving the performance and stability APM+, along with adding support for more libraries and .NET …