Total Discovery Service Requests

Microsoft.Dynamics.CRM.4.0.Total_Discovery_Service_Requests (Rule)

Knowledge Base article:

Summary

The total number of requests received by the Microsoft Dynamics CRM Discovery service. This includes successful and unsuccessful requests.

This counter can be used to track traffic patterns for Discovery service capacity planning.

Element properties:

TargetMicrosoft.Dynamics.CRM.4.0.Microsoft_CRM_4_Discovery_Service_Server
CategoryPerformanceCollection
EnabledTrue
Instance NameCRM Discovery
Counter NameTotal Discovery Service Requests
Frequency900
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.Dynamics.CRM.4.0.Total_Discovery_Service_Requests" Enabled="true" Target="Microsoft.Dynamics.CRM.4.0.Microsoft_CRM_4_Discovery_Service_Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>.</ComputerName>
<CounterName>Total Discovery Service Requests</CounterName>
<ObjectName>CRM Discovery</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>