IntelliTrace conversion data source

Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.DataSource (DataSourceModuleType)

This data source is used by APM to IntelliTrace conversion.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.SystemCenter.DataItemAlertSubscription

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.SubscribedAlertProvider Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ExpirationStartTimestring$Config/ExpirationStartTime$IntelliTrace conversion data source expiration start timeIntelliTrace conversion data source expiration start time
PollingIntervalMinutesint$Config/PollingIntervalMinutes$IntelliTrace conversion data source polling intervalIntelliTrace conversion data source polling interval
LanguageCodestring$Config/LanguageCode$IntelliTrace conversion data source language codeIntelliTrace conversion data source language code
BatchSizestring$Config/BatchSize$IntelliTrace conversion data source batch sizeIntelliTrace conversion data source batch size

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.DataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExpirationStartTime" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PollingIntervalMinutes" type="xsd:positiveInteger" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LanguageCode" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="BatchSize" type="xsd:positiveInteger" minOccurs="1" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ExpirationStartTime" Selector="$Config/ExpirationStartTime$" ParameterType="string"/>
<OverrideableParameter ID="PollingIntervalMinutes" Selector="$Config/PollingIntervalMinutes$" ParameterType="int"/>
<OverrideableParameter ID="LanguageCode" Selector="$Config/LanguageCode$" ParameterType="string"/>
<OverrideableParameter ID="BatchSize" Selector="$Config/BatchSize$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.SubscribedAlertProvider">
<AlertChangedSubscription Property="Any" History="true">
<Criteria>
<Expression>
<Or xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>ResolutionState</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>247</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>ResolutionState</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>248</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>ResolutionState</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>249</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>ResolutionState</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>250</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>ResolutionState</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>254</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</Criteria>
<ExpirationStartTime>$Config/ExpirationStartTime$</ExpirationStartTime>
<PollingIntervalMinutes>$Config/PollingIntervalMinutes$</PollingIntervalMinutes>
<LanguageCode>$Config/LanguageCode$</LanguageCode>
<BatchSize>$Config/BatchSize$</BatchSize>
<RuleId>$MPElement$</RuleId>
<TargetBaseManagedEntityId>$Target/Id$</TargetBaseManagedEntityId>
</AlertChangedSubscription>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SC!Microsoft.SystemCenter.DataItemAlertSubscription</OutputType>
</DataSourceModuleType>