DW SAP DB Component
ozsoft.sap.Rule.WritePerformanceDataToDW.DB.Component (Rule)
Writes all SAP DB Components Performance Counters Data to Data Warehouse
Element properties:
Member Modules:
Source Code:
<Rule ID="ozsoft.sap.Rule.WritePerformanceDataToDW.DB.Component" Comment="this rule writes SAP counter performance data to DW" Enabled="false" Target="ozsoft.sap.DBComponent" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="SC!Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>