Prefix: Can I Use it on a Server?

Prefix will work on a server, however Retrace’s APM is designed for servers. We offer a special discounted price for pre-production usage! Important things to know about using Prefix on a server: By default Prefix does not allow remote access. Read: Remote access to Prefix UI Prefix only shows data from the last 5 minutes Only the last certain # of requests …

Prefix: Settings Overview

Prefix UI & profiler settings The following settings can be made via Prefix’s UI or via the stackify.ini file Port & host name (learn more) Cache size Profiling method options URL display option Some per application settings can be set depending on the type of application. Please review theses additional help docs for more information on specific application types: Prefix …

Prefix: Advanced settings for ASP.NET

The follow settings can be set for an ASP.NET web application to change the behavior of how the StackifyHttpModule and Prefix works. Change reporting Url for a request You can use the StackifyLib nuget package to customize the request name (Url or action) for any request. StackifyLib.ProfileTracer.SetReportingUrl(“Custom.Reporting.Url”); App info settings These settings can be set in your web.config appSettings. Specify …

Release Notes: March 2016

The Stackify team is proud to announce our latest release of our product. We have been focused on improving security, along with many other bug and performance fixes. This latest release brings exciting new features. Single Sign On With the addition of Single Sign On, you can now login to Stackify using a number of providers, such as Azure, Okta, …

Servers: Remove A Server Programmatically

This article is intended to help you leverage Stackify’s API by making a REST service call to programmatically remove Retrace instances from the Servers page of Retrace. To see how to remove servers from the Retrace portal, see the “How Do I Remove a Server” article. Below are the REST calls to the API for both Windows and Linux machines …

Logs: Filter by Log Types

There may be times where you wish to selectively filter your log messages. In one case, you may want to only view event logs from a certain server. In another case, you may wish to only view IIS logs for a certain app. Below will outline how to use Retrace’s filtering functionality to zero in on custom filtered logs. Note: …