APM Event Collection DataSource

Microsoft.EnterpriseManagement.Apm.LobDatasource (DataSourceModuleType)

APM Event Collection DataSource (for all event types)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData
CommentDataSource that connects to the Microsoft Monitoring Agent APM service and picks up all classes of events from it

Member Modules:

ID Module Type TypeId RunAs 
AVIDatasource DataSource Microsoft.EnterpriseManagement.Apm.LobDatasourceInternal Default

Source Code:

<DataSourceModuleType ID="Microsoft.EnterpriseManagement.Apm.LobDatasource" Accessibility="Public" Batching="false" Comment="DataSource that connects to the Microsoft Monitoring Agent APM service and picks up all classes of events from it">
<Configuration/>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="AVIDatasource" TypeID="Microsoft.EnterpriseManagement.Apm.LobDatasourceInternal">
<KeepAliveIntervalInSeconds>30</KeepAliveIntervalInSeconds>
</DataSource>
</MemberModules>
<Composition>
<Node ID="AVIDatasource"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>