Configure Runtime Reinstrumentation for .NET
By default, you must restart your monitored application after you create or update:
- POCO transaction detection entry points
- POCO service endpoints
- Custom exit points
- Method invocation and HTTP data collectors
- Information points
When you enable runtime reinstrumentation, the .NET Agent detects the types of instrumentation changes and automatically requests the CLR to recompile the affected code. With runtime reinstrumentation enabled, you do not need to restart your application for the instrumentation changes to take effect. See Administer the .NET Agent.
Requirements
Runtime reinstrumentation works for .NET Framework >= 4.5.2. To verify the framework version in the web.config file of your application, enter:
<system.web> <compilation targetFramework="4.5.2" /> <httpRuntime targetFramework="4.5.2" /> </system.web>
Configure Runtime Reinstrumentation for .NET
Configure all instrumentation settings for the .NET Agent in the config.xml file: