Page transaction events delivery DataSource

Microsoft.SystemCenter.Apm.WebPageTransaction.LobDataProvider (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
RootNameFilter ConditionDetection Microsoft.SystemCenter.Apm.WebPageTransaction.RootNameFilter Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.WebPageTransaction.LobDataProvider" 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="AspectType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RootName" type="xsd:string"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DataSource" TypeID="AL!Microsoft.SystemCenter.Apm.LobDataProvider">
<Name>$Config/Name$</Name>
<AspectType>$Config/AspectType$</AspectType>
</DataSource>
<ConditionDetection ID="RootNameFilter" TypeID="Microsoft.SystemCenter.Apm.WebPageTransaction.RootNameFilter">
<RootName>$Config/RootName$</RootName>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="RootNameFilter">
<Node ID="DataSource"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>AI!Microsoft.SystemCenter.Apm.LobDataType</OutputType>
</DataSourceModuleType>