Microsoft.SystemCenter.Apm.ApplicationInstanceAPM 응용 프로그램

Microsoft.SystemCenter.Apm.ApplicationInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.ApplicationInstanceBase
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId43e29f49-1876-8ba7-33a8-64fa70b6c146

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       
Microsoft.SystemCenter.Apm.ApplicationInstance:
CounterInstance  string  성능 카운터 인스턴스 성능 카운터 인스턴스 false 512      False     
Namespaces  string  네임스페이스 사용되는 네임스페이스 및 사용되지 않는 네임스페이스의 목록입니다. false 2147483647      False     
Resources  string  리소스 포함된 메서드의 목록입니다. false 2147483647      False     
ExceptionTrackings  string  예외 추적 예외가 추적되는 함수의 목록입니다. false 2147483647      False     
ExceptionHandlers  string  예외 처리기 예외 처리기로 정의된 함수 목록으로, 이 목록에 추가된 함수는 컬렉션 및 보고를 목적으로 심각한 예외로 정의됩니다. false 2147483647      False     
PerformanceThreshold  int  성능 임계값(밀리초) 구성 요소 응용 프로그램에 대한 요청 응답 시간을 측정하는 데 사용되는 기본 설정입니다. 요청이 지정된 임계값보다 오래 걸리면 경고가 생성됩니다. false 256  2147483647       
SensitivityThreshold  int  민감도 임계값(밀리초) 성능 이벤트를 수집할 때 사용되는 기본 설정입니다. 지정된 임계값보다 빨리 반환되는 함수 호출은 호출 스택에서 보고되지 않습니다. false 256  2147483647       
CollectAllExceptions  bool  모든 예외 수집 서버 쪽 코드에서 생성한 모든 예외를 수집하는지 또는 심각한 예외만 수집하는지 여부를 결정하는 플래그입니다. false 256           

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationInstance" Base="Microsoft.SystemCenter.Apm.ApplicationInstanceBase" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="CounterInstance" Type="string" CaseSensitive="false" Key="false" MaxLength="512"/>
<Property ID="Namespaces" Type="string" CaseSensitive="false" Key="false" MaxLength="2147483647"/>
<Property ID="Resources" Type="string" CaseSensitive="false" Key="false" MaxLength="2147483647"/>
<Property ID="ExceptionTrackings" Type="string" CaseSensitive="false" Key="false" MaxLength="2147483647"/>
<Property ID="ExceptionHandlers" Type="string" CaseSensitive="false" Key="false" MaxLength="2147483647"/>
<Property ID="PerformanceThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="SensitivityThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="CollectAllExceptions" Type="bool" CaseSensitive="false" Key="false"/>
</ClassType>