Data Warehouse performance collection: writer dropped batch count

Microsoft.SystemCenter.DataWarehouse.CollectionRule.Performance.Writer.DroppedBatchCount (Rule)

Knowledge Base article:

Summary

System rule that collects the following performance counter:

Object: OpsMgr DW Writer Module

Counter: Dropped Batch Count

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseConnectorServer
CategoryPerformanceCollection
EnabledTrue
Instance NameOpsMgr DW Writer Module
Counter NameDropped Batch Count
Frequency180
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.CollectionRule.Performance.Writer.DroppedBatchCount" Enabled="true" Target="DataWarehouse!Microsoft.SystemCenter.DataWarehouseConnectorServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Dropped Batch Count</CounterName>
<ObjectName>OpsMgr DW Writer Module</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>180</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>