Retrace has been tested with .NET Core apps targeting the full .NET framework as well as the new .NET Core “netcoreapp” framework. It also works with ASP.NET Core apps that are deployed behind IIS or using Kestrel only in more of the “self hosted” mode. .NET Core is currently only supported for Windows. Some features may not yet be fully …
Prefix: Tutorials
Collection of tutorials, blog posts and other content suggested for Prefix users: Video: A Quick Tour of Prefix Blog: The Best Log Viewer in the Universe Blog: Finding Hidden Exceptions in Your Application with Prefix Blog: How to View Any SQL Query in Your Application with Prefix Prefix Premium Features: Blog: How to Use Prefix to Troubleshoot Remote HTTP Calls …
Prefix Premium: Advanced Custom Configuration
In Prefix you may notice that some events that do not profile. By default, the Stackify .NET APM+ Profiler only instruments key, pre-defined events in the IIS pipeline and page lifecycle. One of the key benefits of the profiler, however, is that you may instrument how long any .NET method takes to execute and include that output in the call …
Prefix: Using with ASP.NET Core/Kestrel
ASP.NET Core V1 is supported in Prefix v2.2 ASP.NET Core V1 is supported in Prefix v2.2 and has been tested with apps targeting net452 and NetCoreApp1.0. Some features/classes are not yet supported for .NET Core 2.x. We are working to add support for all features soon. If you are self-hosting your .NET Core app using Kestrel standalone, you MUST have a …
Prefix Premium: Using with Non IIS .NET Applications
Starting with Prefix v2.0, Prefix can be used with self-hosted Web API, WCF, or non web apps like Windows services, Azure worker roles, etc. You must tell Prefix about these applications and configure which operations in your code to profile. Please view our Retrace docs on how to configure the Stackify profiler for non-web apps: Using Retrace With Non Web …
FAQ: How Do I Overwrite App and Environment Names?
There may be scenarios where you want to change the initial app name discovered by the agent. (By default the app is named by the root directory of the app). You may also wish to have a different environment name for different apps being hosted on the same server. The app name and environment name defined by the agent can …
Prefix: Enable Java Profiling
1. Install Prefix If you haven’t already, download Prefix and install it on your workstation. You can download Prefix and learn more about it on our website. 2. Locate the Stackify APM jar file Prefix profiles your Java code by adding a plug-in to your JVM. This is done by configuring the “javaagent” parameter on your JVM. To do this, you …
.NET Agent Installation: Configure Self Hosted WCF Applications
Retrace automatically supports WCF transactions that are hosted within an IIS application. If you are “self hosting” WCF in a Windows Service or similar background app, please use these directions. 1. Configure Retrace to know about and profile your application By default Retrace only profiles IIS applications. Please review this article on how to tell it to profile your application: …