Convert APM alert to IntelliTrace format probe action

Microsoft.SystemCenter.IntelliTraceProfiling.ConvertApmAlertToIntelliTraceFormatProbeAction (ProbeActionModuleType)

This probe action converts APM alert to IntelliTrace format.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
InputTypeMicrosoft.SystemCenter.DataItemAlertSubscription
OutputTypeSystem.PropertyBagData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.IntelliTraceProfiling.ConvertApmAlertToIntelliTraceFormatProbeAction" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount" Batching="false">
<Configuration/>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.IntelliTraceConvertor.Modules</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.IntelliTraceConvertor.Modules.ConvertApmAlertToIntelliTraceFormatProbeAction.ConvertApmAlertToIntelliTraceFormatProbeAction</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>SC!Microsoft.SystemCenter.DataItemAlertSubscription</InputType>
</ProbeActionModuleType>