Microsoft.SystemCenter.Apm.ApplicationInstanceAPM 应用程序

Microsoft.SystemCenter.Apm.ApplicationInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.ApplicationInstanceBase
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde2a19a06-4d8b-efd8-7c20-66ea623975e8

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000      False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000           
Microsoft.SystemCenter.Apm.ApplicationInstanceBase:
ApplicationGroupId  string  .NET 应用程序组件组 ID .NET 应用程序组件组 ID true 256      False     
ApplicationName  string  名称 应用程序实例的名称 false 256      False     
ApplicationGroupName  string  应用程序组名称 应用程序组的名称 false 256      False     
PerformanceRateMonitorInterval  int  \% Performance Events/sec 时间间隔 如果 \% Performance Events/sec 计数器的平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec 阈值 如果 \% Performance Events/sec 计数器的平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec 时间间隔 如果 \% Exception Events/sec 计数器的平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec 阈值 如果 >\% Exception Events/sec 计数器的平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256           
AvgRequestTimeMonitorInterval  int  平均Request Time 时间间隔 如果 Avg. Request Time 计数器的平均值保持高于此时间间隔的阈值,则将会引发警报。 false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  平均Request Time 阈值 如果 Avg. Request Time 计数器的平均值保持高于指定时间间隔的此阈值,则将会引发警报。 false 256  2147483647       
Microsoft.SystemCenter.Apm.ApplicationInstance:
CounterInstance  string  性能计数器实例 性能计数器实例 false 512      False     
Namespaces  string  命名空间 启用和禁用的命名空间的列表 false 2147483647      False     
Resources  string  资源 包含方法的列表 false 2147483647      False     
ExceptionTrackings  string  异常跟踪 列出将在其中跟踪异常的函数 false 2147483647      False     
ExceptionHandlers  string  异常处理程序 列出定义为异常处理程序的函数;添加到此列表中的函数将被定义为重要的异常,以用于收集和报告用途 false 2147483647      False     
PerformanceThreshold  int  性能阈值(毫秒) 用于测量组件应用程序的请求响应时间的默认设置。如果请求花费的时间比指定的阈值长,则将会引发警报。 false 256  2147483647       
SensitivityThreshold  int  敏感度阈值(毫秒) 在收集性能事件时使用的默认设置。调用堆栈中将不会报告那些返回速度比指定的阈值快的函数调用。 false 256  2147483647       
CollectAllExceptions  bool  收集所有异常 用于确定是收集所有异常还是仅收集服务器端代码引发的重要异常的标志 false 256           

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationInstance" Base="Microsoft.SystemCenter.Apm.ApplicationInstanceBase" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="CounterInstance" Type="string" CaseSensitive="false" Key="false" MaxLength="512"/>
<Property ID="Namespaces" Type="string" CaseSensitive="false" Key="false" MaxLength="2147483647"/>
<Property ID="Resources" 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"/>
<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"/>
</ClassType>