Published Cloud Performance Data Source

Microsoft.SystemCenter.PublishedCloudPerformanceDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Performance.LinkedData
Commentprovides the performance data published on the agent

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.PublishedPerformanceDataProviderInternal Default

Overrideable Parameters:

IDParameterTypeSelector
DropItemsbool$Config/DropItems$
MaximumBatchSizeint$Config/MaximumBatchSize$
QueueDataOnStallbool$Config/QueueDataOnStall$
QueueDataStallIntervalstring$Config/QueueDataStallInterval$
StalledDataQueueSizeMBint$Config/StalledDataQueueSizeMB$

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.PublishedCloudPerformanceDataProvider" Comment="provides the performance data published on the agent" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DropItems" type="xsd:boolean" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MaximumBatchSize" type="xsd:integer" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="QueueDataOnStall" type="xsd:boolean" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="QueueDataStallInterval" type="xsd:duration" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StalledDataQueueSizeMB" type="xsd:integer" minOccurs="0"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="DropItems" ParameterType="bool" Selector="$Config/DropItems$"/>
<OverrideableParameter ID="MaximumBatchSize" ParameterType="int" Selector="$Config/MaximumBatchSize$"/>
<OverrideableParameter ID="QueueDataOnStall" ParameterType="bool" Selector="$Config/QueueDataOnStall$"/>
<OverrideableParameter ID="QueueDataStallInterval" ParameterType="string" Selector="$Config/QueueDataStallInterval$"/>
<OverrideableParameter ID="StalledDataQueueSizeMB" ParameterType="int" Selector="$Config/StalledDataQueueSizeMB$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS1" TypeID="Microsoft.SystemCenter.PublishedPerformanceDataProviderInternal">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>53A9A65C-A16B-41B8-ADE3-3CBC92B60B94</ChannelId>
<DropItems>$Config/DropItems$</DropItems>
<MaximumBatchSize>$Config/MaximumBatchSize$</MaximumBatchSize>
<QueueDataOnStall>$Config/QueueDataOnStall$</QueueDataOnStall>
<QueueDataStallInterval>$Config/QueueDataStallInterval$</QueueDataStallInterval>
<StalledDataQueueSizeMB>$Config/StalledDataQueueSizeMB$</StalledDataQueueSizeMB>
<StalledDataQueueMaximumAge>P14D</StalledDataQueueMaximumAge>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS1"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SCLibrary!Microsoft.SystemCenter.Performance.LinkedData</OutputType>
</DataSourceModuleType>