Listed below are supported .NET frameworks to configure Error and Log management in Retrace. .NET Log4Net NLog Elmah Serilog Log directly to the .NET Stackify API (no framework) Configuring .NET Core Logs Collecting Server Logs Windows Event Logs Log Collector Settings
Logs: Advanced IIS Logging
Stackify parses IIS logs to capture the usage, error rates, and load times of your web applications. Statistics are gathered at the app level and at the individual URL or action level. Logs are parsed by the Stackify agent continuously and up to 250 distinct URLs will be measured per minute and uploaded to Stackify for aggregation. Stackify only collects …
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 …
FAQ: Where Do I Find the Agent Log File?
There may be times when the support team requests the log file for the Stackify agent located on one of your servers. This log file contains information that can help with any support issues you might run into. Below are the instructions on how to locate these files for both Windows and Linux agents. For Windows Agents If you have …
Troubleshoot: Errors and Logs .NET Configurations
This guide is intended to help users who are experiencing problems trying to configure their errors and logs to be sent to Stackify. If you haven’t already, check out our documentation on installing Stackify for your appropriate logging framework. This guide will provide you with a checklist of items that will help troubleshoot what is going on. If you are …
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 …