Deployment Tracking: Notifying Retrace via AWS CodePipeline

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 …

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 …

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 …