MVC transaction performance events delivery DataSource

Microsoft.SystemCenter.Apm.MvcTransaction.LobDataProvider.PerformanceAspect (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeMicrosoft.SystemCenter.Apm.LobDataType

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.Apm.LobDataProvider Default
MvcFilter ConditionDetection Microsoft.SystemCenter.Apm.MvcTransaction.MvcPerformanceFilter Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.MvcTransaction.LobDataProvider.PerformanceAspect" Batching="false" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Name" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ControllerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ActionName" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DataSource" TypeID="AL!Microsoft.SystemCenter.Apm.LobDataProvider">
<Name>$Config/Name$</Name>
<AspectType>performance</AspectType>
</DataSource>
<ConditionDetection ID="MvcFilter" TypeID="Microsoft.SystemCenter.Apm.MvcTransaction.MvcPerformanceFilter">
<ControllerName>$Config/ControllerName$</ControllerName>
<ActionName>$Config/ActionName$</ActionName>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="MvcFilter">
<Node ID="DataSource"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>AI!Microsoft.SystemCenter.Apm.LobDataType</OutputType>
</DataSourceModuleType>