Table Service Availability (\%)

Microsoft.SystemCenter.AzureStack.Region.Performance.Collection.TableService.Availability (Rule)

This rule collects table service availability in percentage terms.

Knowledge Base article:

Summary

Table service availability collection rule. This rule collects table service availability in percentage terms.

Element properties:

TargetMicrosoft.SystemCenter.AzureStack.Region
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.AzureStack.Storage.Performance.Collection.DS Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.AzureStack.Region.Performance.Collection.TableService.Availability" Target="Microsoft.SystemCenter.AzureStack.Region" Enabled="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.AzureStack.Storage.Performance.Collection.DS">
<DeploymentId>$Target/Host/Property[Type="Microsoft.SystemCenter.AzureStack.Deployment"]/EndpointUrl$</DeploymentId>
<TimeoutSeconds>60</TimeoutSeconds>
<IntervalSeconds>1800</IntervalSeconds>
<DefaultRegion>$Target/Host/Property[Type="Microsoft.SystemCenter.AzureStack.Deployment"]/Region$</DefaultRegion>
<TargetId>$Target/Id$</TargetId>
<ObjectCounter>Azure Stack Region</ObjectCounter>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.AzureStack.Region.Performance.Collection.TableService.Availability"]$</RuleId>
<InstanceName/>
<CounterSettings>
<CounterSettings>
<CounterName>SuccessServerLatency</CounterName>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.AzureStack.Region.Performance.Collection.TableService.ServerLatency"]$</RuleId>
</CounterSettings>
<CounterSettings>
<CounterName>Availability</CounterName>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.AzureStack.Region.Performance.Collection.TableService.Availability"]$</RuleId>
</CounterSettings>
<CounterSettings>
<CounterName>Transactions</CounterName>
<RuleId>$MPElement[Name="Microsoft.SystemCenter.AzureStack.Region.Performance.Collection.TableService.TotalRequests"]$</RuleId>
</CounterSettings>
</CounterSettings>
<Service>Table</Service>
<Location>$Target/Property[Type="Microsoft.SystemCenter.AzureStack.Region"]/Location$</Location>
<TimeGrain>PT30M</TimeGrain>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>