Fonte de dados de coleta de eventos do APM

Microsoft.SystemCenter.Apm.LobDatasource (DataSourceModuleType)

Fonte de dados de coleta de eventos do APM (para todos os tipos de evento)

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
AVIDatasource DataSource Microsoft.SystemCenter.Apm.LobDatasourceInternal Default
ConvertUnsupportedEvents ConditionDetection Microsoft.SystemCenter.Apm.LobEventVersionMapper Default
FilterUnsupportedEvents ConditionDetection Microsoft.SystemCenter.Apm.SupportedEventTypesFilter Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.LobDatasource" Accessibility="Public" 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/>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="AVIDatasource" TypeID="Microsoft.SystemCenter.Apm.LobDatasourceInternal">
<KeepAliveIntervalInSeconds>30</KeepAliveIntervalInSeconds>
</DataSource>
<ConditionDetection ID="ConvertUnsupportedEvents" TypeID="Microsoft.SystemCenter.Apm.LobEventVersionMapper">
<SupportedVersions>PMonitorLog4.1|PMonitorLog4.2|CLRXMonitorLog4.1|PerfCounterLog1.0|CSMPMonitorLog5.6|CSMXMonitorLog5.6|CSMAMonitorLog5.6|CSMSMonitorLog5.6</SupportedVersions>
</ConditionDetection>
<ConditionDetection ID="FilterUnsupportedEvents" TypeID="Microsoft.SystemCenter.Apm.SupportedEventTypesFilter"/>
</MemberModules>
<Composition>
<Node ID="FilterUnsupportedEvents">
<Node ID="ConvertUnsupportedEvents">
<Node ID="AVIDatasource"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>