APM 事件收集 WriteAction

Microsoft.SystemCenter.Apm.CollectApmEventWriteAction (WriteActionModuleType)

将 APM 事件写入 Operations Manager 事件数据库的 WriteAction

Element properties:

TypeWriteActionModuleType
IsolationOwnProcess
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.BaseData
CommentStores events into the Operations Manager database

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Apm.CollectApmEventWriteAction" Batching="true" Accessibility="Internal" RunAs="SC!Microsoft.SystemCenter.DatabaseWriteActionAccount" Comment="Stores events into the Operations Manager database">
<Configuration/>
<ModuleImplementation Isolation="OwnProcess">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Apm.ServerModules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.ServerModules.SEViewerWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>