Microsoft.SystemCenter.Apm.ApplicationInstanceBaseAPM Application Base

Microsoft.SystemCenter.Apm.ApplicationInstanceBase (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3b3244e-f224-535b-34b7-957de4c265fb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000           
Microsoft.SystemCenter.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  .NET Application Component Group Id .NET Application Component Group Id true 256      False     
ApplicationName  string  Name Name of the application instance false 256      False     
ApplicationGroupName  string  Application group name Name of the application group false 256      False     
PerformanceRateMonitorInterval  int  \% Performance Events/sec interval An alert will be raised if the average value of the \% Performance Events/sec counter stays above the threshold for this time interval. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec threshold An alert will be raised if the average value of the \% Performance Events/sec counter stays above this threshold for the specified time interval. false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec interval An alert will be raised if the average value of the \% Exception Events/sec counter stays above the threshold for this time interval. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec threshold An alert will be raised if the average value of the >\% Exception Events/sec counter stays above this threshold for the specified time interval. false 256           
AvgRequestTimeMonitorInterval  int  Avg. Request Time interval An alert will be raised if the average value of the Avg. Request Time counter stays above the threshold for this time interval. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time threshold An alert will be raised if the average value of the Avg. Request Time counter stays above this threshold for the specified time interval. 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>