Internal APM Event collection DataSource

Microsoft.SystemCenter.Apm.LobDatasourceInternal (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeSystem.BaseData
CommentDataSource that connects to the System Center Management APM service and picks up all classes of events from it

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.LobDatasourceInternal" Accessibility="Internal" Batching="false" RunAs="System!System.PrivilegedMonitoringAccount" Comment="DataSource that connects to the System Center Management APM service and picks up all classes of events from it">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="KeepAliveIntervalInSeconds" type="xsd:unsignedInt"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Apm.AgentModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.AgentModules.AVICodeEventDatasource</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>