Microsoft.SystemCenter.Apm.ApplicationInstanceBaseBase de aplicación APM

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 (ESN) Description (ESN) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000           
Microsoft.SystemCenter.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  Identificador del grupo de componentes de aplicaciones .NET Identificador del grupo de componentes de aplicaciones .NET true 256      False     
ApplicationName  string  Nombre Nombre de la instancia de la aplicación false 256      False     
ApplicationGroupName  string  Nombre del grupo de aplicaciones Nombre del grupo de aplicaciones false 256      False     
PerformanceRateMonitorInterval  int  Intervalo de porcentaje de eventos de rendimiento por seg. Se generará una alerta si el valor medio del contador de porcentaje de eventos de rendimiento por seg. permanece por encima del umbral durante este intervalo de tiempo. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  Umbral de porcentaje de eventos de rendimiento por seg. Se generará una alerta si el valor medio del contador de porcentaje de eventos de rendimiento por seg. permanece por encima de este umbral durante el intervalo de tiempo especificado. false 256           
ExceptionRateMonitorInterval  int  Intervalo de porcentaje de eventos de excepción por seg. Se generará una alerta si el valor medio del contador de porcentaje de eventos de excepción por seg. permanece por encima del umbral durante este intervalo de tiempo. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  Umbral de porcentaje de eventos de excepción por seg. Se generará una alerta si el valor medio del contador de porcentaje de eventos de excepción por seg. permanece por encima de este umbral durante el intervalo de tiempo especificado. false 256           
AvgRequestTimeMonitorInterval  int  Intervalo de tiempo medio de solicitud Se generará una alerta si el valor medio del contador de tiempo medio de solicitud permanece por encima del umbral durante este intervalo de tiempo. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Umbral de tiempo medio de solicitud Se generará una alerta si el valor medio del contador de tiempo medio de solicitud permanece por encima de este umbral durante el intervalo de tiempo especificado. 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>