Microsoft.SystemCenter.Apm.ApplicationInstanceBaseAPM 응용 프로그램 기본

Microsoft.SystemCenter.Apm.ApplicationInstanceBase (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd48f1f01-e001-e0d5-6b5b-d106916dc184

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  개체 상태 개체 상태 false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  자산 상태 자산 상태 false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  메모 메모 false 4000           
Microsoft.SystemCenter.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  .NET 응용 프로그램 구성 요소 그룹 ID .NET 응용 프로그램 구성 요소 그룹 ID true 256      False     
ApplicationName  string  이름 응용 프로그램 인스턴스 이름 false 256      False     
ApplicationGroupName  string  응용 프로그램 그룹 이름 응용 프로그램 그룹 이름 false 256      False     
PerformanceRateMonitorInterval  int  \% Performance Events/sec 간격 \% Performance Events/sec 카운터의 평균 값이 이 시간 간격에 대한 임계값보다 크면 경고가 생성됩니다. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec 임계값 \% Performance Events/sec 카운터의 평균 값이 지정된 시간 간격에 대한 이 임계값보다 크면 경고가 생성됩니다. false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec 간격 \% Exception Events/sec 카운터의 평균 값이 이 시간 간격에 대한 임계값보다 크면 경고가 생성됩니다. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec 임계값 >\% Exception Events/sec 카운터의 평균 값이 지정된 시간 간격에 대한 이 임계값보다 크면 경고가 생성됩니다. false 256           
AvgRequestTimeMonitorInterval  int  Avg. Request Time 간격 Avg. Request Time 카운터의 평균 값이 이 시간 간격에 대한 임계값보다 크면 경고가 생성됩니다. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time 임계값 Avg. Request Time 카운터의 평균 값이 지정된 시간 간격에 대한 이 임계값보다 크면 경고가 생성됩니다. false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationInstanceBase" Base="System!System.ApplicationComponent" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false">
<Property ID="ApplicationGroupId" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="ApplicationGroupName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<!--Performance Rate Monitor Configuration-->
<Property ID="PerformanceRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="PerformanceRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Exception Rate Monitor Configuration-->
<Property ID="ExceptionRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="ExceptionRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Avg Request Time Monitor Configuration-->
<Property ID="AvgRequestTimeMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="AvgRequestTimeMonitorThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="1"/>
</ClassType>