Правило сбора данных производительности "Группа ошибок наблюдения за клиентами - общее число обращений"

Microsoft.SystemCenter.CM.AEM.Internal.BucketTotalHitCountPerfCollection (Rule)

Это правило активирует сбор данных производительности по общему числу обращений на каждую группу ошибок

Knowledge Base article:

Краткое описание

Это внутреннее правило активирует сбор данных производительности по общему числу обращений на группу ошибок. Данное правило не следует переопределять, так как это негативно скажется на мониторинге.

Причины

Данный раздел не применим к данному типу правил.

Устранение

Для данного типа правил действия пользователя не указаны.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.CrashListener
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
PerfDataWriter WriteAction Microsoft.SystemCenter.CM.AEM.Internal.MapQueriedPerfData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.Internal.BucketTotalHitCountPerfCollection" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener" Enabled="true" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">15</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PerfDataWriter" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.MapQueriedPerfData">
<Query>select sum(HitCount), SourceEntityId from AemCrashCounters AC join MT_WatsonBucket WB on AC.SourceEntityId = WB.BaseManagedEntityId where EntityTypeId = 1 group by SourceEntityId</Query>
<ObjectName>Bucket</ObjectName>
<CounterName>BucketErrorCount</CounterName>
<Value>Columns/Column[1]</Value>
<ManagedEntityId>Columns/Column[2]</ManagedEntityId>
<RuleId>$MPElement[Name="AEMViewsInternal!Microsoft.SystemCenter.CM.AEM.Views.Internal.BucketTotalHitCountPerfCollector"]$</RuleId>
</WriteAction>
</WriteActions>
</Rule>