Performance Collection: Amalga Script Engine\Messages Skipped

Microsoft.Amalga.UIS.2009.Monitoring.ScriptEngine.MessagesSkipped.Performance.Collection.Rule (Rule)

Records the total number of messages that were ignored after an attempt to process them failed. Note that this counter is only enabled if Amalga Script Engine error handling is configured to skip messages on failure.

Knowledge Base article:

Summary

Records the total number of messages that were ignored after an attempt to process them failed. Note that this counter is only enabled if Amalga Script Engine error handling is configured to skip messages on failure.

Element properties:

TargetMicrosoft.Amalga.UIS.2009.ScriptEnginePackage
CategoryPerformanceCollection
EnabledTrue
Instance NameAmalga Script Engine
Counter NameMessages Skipped
Frequency1200
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.Amalga.UIS.2009.Monitoring.ScriptEngine.MessagesSkipped.Performance.Collection.Rule" Enabled="onEssentialMonitoring" Target="Amalga2009Discovery!Microsoft.Amalga.UIS.2009.ScriptEnginePackage" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Property[Type="Amalga2009Discovery!Microsoft.Amalga.UIS.2009.ScriptEnginePackage"]/PrincipalName$</ComputerName>
<CounterName>Messages Skipped</CounterName>
<ObjectName>Amalga Script Engine</ObjectName>
<InstanceName>$Target/Property[Type="Amalga2009Discovery!Microsoft.Amalga.UIS.2009.ScriptEnginePackage"]/InstanceName$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>1200</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>