Microsoft.SystemCenter.Apm.CsmWebApplicationInstanceクライアント側の監視アプリケーション

Microsoft.SystemCenter.Apm.CsmWebApplicationInstance (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.CsmApplicationInstance
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc113a406-bb06-3ab6-6696-b7a01d185c26

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  Avg. Request Time の期間 Avg. Request Time カウンターの平均値がしきい値を超えたまま、この期間が経過するとアラートが発生します。 false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time のしきい値 Avg. Request Time カウンターの平均値のしきい値。指定した期間、このしきい値を超えたままになるとアラートが発生します。 false 256  2147483647       
Microsoft.SystemCenter.Apm.CsmApplicationInstance:
CounterInstance  string  パフォーマンス カウンター インスタンス パフォーマンス カウンター インスタンス false 512      False     
PerformanceAlerts  bool  パフォーマンス アラートの収集 クライアント側のブラウザーで検出されたパフォーマンス アラートを収集します。 false 256        true   
ExceptionAlerts  bool  例外アラートの収集 クライアント側のブラウザーで検出された例外アラートを収集します。 false 256        true   
EncryptionKey  string      false 65535      True     
Microsoft.SystemCenter.Apm.CsmWebApplicationInstance:
IISApplicationPath  string  IIS アプリケーションのパス アプリケーションの IIS アプリケーションのパス true 512      False     
PageLoadThreshold  int  ページ読み込みのしきい値 (ミリ秒) クライアントのブラウザーで Web ページの読み込みにかかる時間のパフォーマンス イベントをトリガーするページ読み込みのしきい値 false 256  2147483647       
SensitivityThreshold  int  感度のしきい値 (ミリ秒) 感度のしきい値より短時間で応答したクライアント側の関数は、パフォーマンス イベントで報告されません。 false 256  2147483647       
AjaxThreshold  int  Ajax のしきい値 (ミリ秒) クライアントのブラウザーの遅い Ajax の呼び出しの測定に使用するパフォーマンスのしきい値 false 256  2147483647       
RequestFilters  string  要求フィルター 内部使用のために予約済み false 2147483647      False     
ResponseFilters  string  応答フィルター 内部使用のために予約済み false 2147483647      False     
StreamFilters  string  ストリーム フィルター 内部使用のために予約済み false 2147483647      False     
IPHeaders  string  クライアントの IP ヘッダー クライアントの IP アドレスを指定するためにロード バランサーで使用するヘッダー タグ false 2147483647      False     
SamplingRate  int  サンプリング レート パフォーマンス イベントと例外イベントの収集に含めるクライアント側の接続の比率を決めるために使用するサンプリング レート false 256  2147483647       
DisabledContent  int  無効なコンテンツ 内部使用のために予約済み false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmWebApplicationInstance" Base="Microsoft.SystemCenter.Apm.CsmApplicationInstance" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="IISApplicationPath" Type="string" CaseSensitive="false" Key="true" MaxLength="512"/>
<!--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"/>
</ClassType>