Microsoft.SystemCenter.Apm.ApplicationComponentAPM Application Component

Microsoft.SystemCenter.Apm.ApplicationComponent (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.ApplicationComponentBase
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId47a00491-cfe5-04f1-34e5-dd15c940bcb4

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.ApplicationComponentBase:
ApplicationName  string  Name Name of the application component false 256      False     
MonitoringComputerGroup  guid  Monitoring Computer Group Members of this computer group will be targeted by the application discoveries false 256           
PerformanceRateMonitorEnabled  bool  \% Performance Events/sec enabled Flag to determine if \% Performance Events/sec monitor is enabled for an application events false 256           
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           
ExceptionRateMonitorEnabled  bool  \% Exception Events/sec enabled Flag to determine if \% Exception Events/sec monitor is enabled for an application events 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           
AvgRequestTimeMonitorEnabled  bool  Avg. Request Time enabled Flag to determine if Avg. Request Time monitor is enabled for an application events 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       
Microsoft.SystemCenter.Apm.ApplicationComponent:
PerformanceAlerts  bool  Collect performance alerts Collect performance alerts raised by the application code running on the host servers. false 256           
SecurityAlerts  bool  Collect security alerts Collect security alerts raised by the application code running on the host servers. false 256           
ConnectivityAlerts  bool  Collect connectivity alerts Collect connectivity alerts raised by the application code running on the host servers. false 256           
AppFailureAlerts  bool  Collect application failure alerts Collect application failure alerts raised by the application code running on the host servers. false 256           
Resources  string  Resources List of included methods. false 2147483647      False     
PerformanceThreshold  int  Performance threshold (ms) An alert will be raised if requests to this component take longer than the specified threshold. false 256  2147483647       
SensitivityThreshold  int  Sensitivity threshold (ms) When collecting performance events, function calls that return faster than the specified threshold will not be reported in the call stack. false 256  2147483647       
CollectAllExceptions  bool  Collect all exceptions Flag that determines whether all exceptions or only critical exceptions raised on by the server side code will be collected. false 256           
Namespaces  string  Namespaces List of enabled and disabled namespaces. false 2147483647      False     
ExceptionTrackings  string  Exception tracking List of functions where exceptions will be tracked. false 2147483647      False     
ExceptionHandlers  string  Exception handlers List of functions defined as exception handlers, functions added to this list will be defined as critical exceptions for collection and reporting purposes. false 2147483647      False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationComponent" Base="Microsoft.SystemCenter.Apm.ApplicationComponentBase" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false">
<!-- Alert Rules Configuration-->
<Property ID="PerformanceAlerts" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="SecurityAlerts" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="ConnectivityAlerts" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="AppFailureAlerts" Type="bool" CaseSensitive="false" Key="false"/>
<!--Monitoring Configuration-->
<Property ID="Resources" 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"/>
<Property ID="Namespaces" 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"/>
</ClassType>