VolumeQueueLength Metric

Amazon.AmazonWebServices.Rule.VolumeMetric.VolumeQueueLength (Rule)

The number of read and write operation requests waiting to be completed in the period.

Knowledge Base article:

Amazon EBS Volume VolumeQueueLength Metric

The number of read and write operation requests waiting to be completed in the period.

Units: Count

Element properties:

TargetAmazon.AmazonWebServices.EbsVolume
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Amazon.AmazonWebServices.Rule.VolumeMetric.VolumeQueueLength" Enabled="true" Target="Amazon.AmazonWebServices.EbsVolume" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Amazon.AmazonWebServices.MetricCollectionTimerDataSource">
<WorkFlowName>VolumeQueueLengthRuleTimer</WorkFlowName>
<StartTimeInSeconds>540</StartTimeInSeconds>
<IntervalTimeInSeconds>900</IntervalTimeInSeconds>
<NamespaceFilter>AWS/EBS</NamespaceFilter>
<MetricName>VolumeQueueLength</MetricName>
<Unit>Queue Length Count</Unit>
<ResourceName>VolumeId</ResourceName>
<ResourceId>$Target/Property[Type='Amazon.AmazonWebServices.EbsVolume']/Id$</ResourceId>
<Period>60</Period>
<StatisticType>Average</StatisticType>
<RegionName>$Target/Property[Type='Amazon.AmazonWebServices.Component']/RegionName$</RegionName>
<ObjectName>Amazon EBS Volume</ObjectName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>