Target Entity SDK Performance Data Provider

Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Performance.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
SdkDataSourceInternal DataSource Microsoft.SystemCenter.InternalSdkPerformanceDataProvider Default
FilterOnME ConditionDetection System.ExpressionFilter Default
Mapper ConditionDetection Microsoft.SystemCenter.SdkPerfDataMapper Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider" Accessibility="Public" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="SdkDataSourceInternal" TypeID="Microsoft.SystemCenter.InternalSdkPerformanceDataProvider"/>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.SdkPerfDataMapper">
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
<ConditionDetection ID="FilterOnME" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>ManagedEntityId</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Id$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="FilterOnME">
<Node ID="Mapper">
<Node ID="SdkDataSourceInternal"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.Performance.LinkedData</OutputType>
</DataSourceModuleType>