(Deprecated) Collect SDK Performance Data

Microsoft.SystemCenter.CollectSdkPerformanceData (Rule)

Collects all SDK performance data

Knowledge Base article:

Summary

This rule is used internally by Operations Manager. Overrides to this rule will cause behavior that may not be what you expect.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all performance data from the sdk

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectSdkPerformanceData" Comment="this rule collects all performance data from the sdk" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SCLibrary!Microsoft.SystemCenter.SdkPerformanceDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>