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 (JPN) Description (JPN) 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>