Enable Instrumentation for WCF Data Services
This page describes how to configure the .NET Machine agent to enable instrumentation for Windows Communication Foundation (WCF) Data Services including WCF RIA Services for Microsoft LightSwitch.
AppDynamics On-Premises
list_alt
This page describes how to configure the .NET Machine agent to enable instrumentation for Windows Communication Foundation (WCF) Data Services including WCF RIA Services for Microsoft LightSwitch.
<instrumentation>
<instrumentor name="WCFDSEntryInstrumentor" enabled="true" />
</instrumentation><?xml version="1.0" encoding="utf-8"?>
<appdynamics-agent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
...
<machine-agent>
<!--Enable instrumentation for WCF Data Services correlation-->
<instrumentation>
<instrumentor name="WCFDSEntryInstrumentor" enabled="true" />
</instrumentation>
</machine-agent>
...
</appdynamics-agent>