Microsoft.SystemCenter.Apm.NTServiceInstanceAPM Windows Service

Microsoft.SystemCenter.Apm.NTServiceInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.ApplicationInstance
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdca9909c1-e5d5-3031-d8ea-97a0837b50e9

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       
Microsoft.SystemCenter.Apm.ApplicationInstance:
CounterInstance  string  Performance counter instance Performance counter instance false 512      False     
Namespaces  string  Namespaces List of enabled and disabled namespaces false 2147483647      False     
Resources  string  Resources List of included methods 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     
PerformanceThreshold  int  Performance threshold (ms) Default setting to use for measuring the request response time for component applications. An alert will be raised if a request takes longer than the specified threshold. false 256  2147483647       
SensitivityThreshold  int  Sensitivity threshold (ms) Default setting to use 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           
Microsoft.SystemCenter.Apm.NTServiceInstance:
ServiceName  string  Service Name Service Name true 256      False     
ServiceProcessName  string  Binary Path Binary Path false 8000      False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.NTServiceInstance" Base="AL!Microsoft.SystemCenter.Apm.ApplicationInstance" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="ServiceName" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="ServiceProcessName" Type="string" CaseSensitive="false" Key="false" MaxLength="8000"/>
</ClassType>