Web Log Monitoring: Configure Nginx Applications

The Retrace Monitoring Agent can monitor the health of your web application, including Requests/min vs Average Page Load time, HTTP Request Error Rate, and Apdex Satisfaction Score. To enable Retrace to monitor your Nginx web application from the Monitoring Agent, there are a couple of things to make sure of. Configuring Access Logs and Log Formats The Retrace Monitoring Agent …

Errors and Logs: Configure Ruby Applications

Retrace does not support APM for Ruby applications but you can capture errors and log and view them within Retrace. To configure your Ruby project with the Stackify API to send Errors and Logs to Retrace, follow the information below. Stackify API for Ruby Github page: https://github.com/stackify/stackify-api-ruby. Installation and Configuration Requirements: Ruby 1.9/2.0/2.1 Rails 3.x/4.x (optional) Rails Add the stackify gem …

Errors and Logs: Configure Stackify API for .NET

You can log messages directly via the Stackify API without the use of a logging framework.  You can get more information at the Stackify Github page. Please note that we recommend using NLog, Serilog, or log4net. Those frameworks allow you to send your logs to multiple different outputs. If you decide to not use Stackify products in the future, your …

Errors and Logs: Configure PHP Applications

You can capture errors and logs for PHP applications in a number of ways. Using the Stackify Library, you can either use a plug-in for an existing Monolog or log4php framework, or you can log to us directly via the Stackify API.  Specific configuration instructions for each framework plug-in or using the API can be found on the Stackify Github …