APM exception event collection WriteAction

Microsoft.SystemCenter.Apm.CollectApmExceptionEventWriteAction (WriteActionModuleType)

WriteAction that writes APM Exception (Performance Exceptions and CLR Exceptions) Events into the Operations Manager event database

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
CDExceptionFilter ConditionDetection Microsoft.SystemCenter.Apm.ExceptionEventFilter Default
CollectApmEventWriteAction WriteAction Microsoft.SystemCenter.Apm.CollectApmEventWriteAction Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Apm.CollectApmExceptionEventWriteAction" Accessibility="Internal" Batching="true" RunAs="SC!Microsoft.SystemCenter.DatabaseWriteActionAccount">
<Configuration/>
<ModuleImplementation>
<Composite>
<MemberModules>
<ConditionDetection ID="CDExceptionFilter" TypeID="Microsoft.SystemCenter.Apm.ExceptionEventFilter"/>
<WriteAction ID="CollectApmEventWriteAction" TypeID="Microsoft.SystemCenter.Apm.CollectApmEventWriteAction"/>
</MemberModules>
<Composition>
<Node ID="CollectApmEventWriteAction">
<Node ID="CDExceptionFilter"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>