Microsoft.SystemCenter.Apm.CsmWebApplicationComponentClient-Side Monitoring Application Component

Microsoft.SystemCenter.Apm.CsmWebApplicationComponent (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.CsmApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0a81e2c2-71ff-36ed-b47c-a9a7c22b424f

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.CsmApplicationComponent:
PerformanceAlerts  bool  Collect performance alerts Collect performance alerts detected in the client side browsers false 256           
ExceptionAlerts  bool  Collect exception alerts Collect exception alerts detected in the client side browsers false 256           
Microsoft.SystemCenter.Apm.CsmWebApplicationComponent:
PageLoadThreshold  int  Page load threshold (ms) Page load threshold to trigger performance events for the length of time it takes a web page to load in a client’s browser false 256  2147483647       
SensitivityThreshold  int  Sensitivity threshold (ms) Client side functions that respond faster than the sensitivity threshold will not be reported in performance events false 256  2147483647       
AjaxThreshold  int  Ajax threshold (ms) Performance threshold used to measure slow Ajax calls in the client’s browser false 256  2147483647       
RequestFilters  string  Request filters Reserved for internal use false 2147483647      False     
ResponseFilters  string  Response filters Reserved for internal use false 2147483647      False     
StreamFilters  string  Stream filters Reserved for internal use false 2147483647      False     
IPHeaders  string  Client IP headers Header tag used by load balancers to specify the client’s IP address false 2147483647      False     
SamplingRate  int  Sampling rate Sampling rate used to determine the ratio of client side connections to include in collection of performance and exception events false 256  2147483647       
DisabledContent  int  Disabled Content Reserved for internal use false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmWebApplicationComponent" Base="Microsoft.SystemCenter.Apm.CsmApplicationComponent" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<!--Monitoring Configuration-->
<Property ID="PageLoadThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="SensitivityThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="AjaxThreshold" Type="int" Key="false" MinValue="0"/>
<Property ID="RequestFilters" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="ResponseFilters" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="StreamFilters" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="IPHeaders" Type="string" Key="false" MaxLength="2147483647"/>
<Property ID="SamplingRate" Type="int" Key="false" MinValue="0"/>
<Property ID="DisabledContent" Type="int" Key="false" MinValue="0" MaxValue="2147483647"/>
</ClassType>