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 …
.NET Agent Installation: Configure Windows Services
By default Retrace only profiles applications hosted within IIS. If you want Retrace to capture transactions from an application running as a Windows service, please follow these directions. Step 1. Install Retrace Windows Agent with the option for Windows Services with one of the below options: Option 1. New install in interactive mode: Upon installing check the box for Enabling the …
.NET Agent Installation: Configure Self Hosted Web API
Retrace automatically supports Web API transactions that are hosted within an IIS application. If you are “self hosting” Web API in a Windows Service, 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: .NET Agent Installation: Configure …
.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: …
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 …
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 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 …
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 …