Teams Network Assessment Packet Loss Rate Performance Collection

Microsoft.SystemCenter.M365.Rules.Teams.PacketLossRateCollectionRule (Rule)

This rule measures and collects the packet loss rate from the Microsoft Teams Network Assessment Tool.

Knowledge Base article:

Summary

This rule measures and collects the packet loss rate from the Microsoft Teams Network Assessment Tool.

Element properties:

TargetMicrosoft.SystemCenter.M365.WatcherNodeApplication.Teams
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.M365.DataSource.TeamsNetworkAssessment Default
System.Performance.DataGenericMapper ConditionDetection System.Performance.DataGenericMapper Default
Microsoft.SystemCenter.CollectPerformanceData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.M365.Rules.Teams.PacketLossRateCollectionRule" Enabled="true" Target="Microsoft.SystemCenter.M365.WatcherNodeApplication.Teams" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="Microsoft.SystemCenter.M365.DataSource.TeamsNetworkAssessment">
<IntervalSeconds>900</IntervalSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="System.Performance.DataGenericMapper" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>Microsoft 365 Teams</ObjectName>
<CounterName>Packet Loss Rate</CounterName>
<InstanceName>$Target/Host/Property[Type="Microsoft.SystemCenter.M365.WatcherNodeApplication"]/LocationName$</InstanceName>
<Value>$Data/Property[@Name='Packet Loss Rate']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Microsoft.SystemCenter.CollectPerformanceData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>