Microsoft.SystemCenter.Apm.MvcTransactionServer .NET MVC Transaction

Microsoft.SystemCenter.Apm.MvcTransaction (ClassType)

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.Transaction
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc365017e-4e6f-35ee-7d54-ae26b434869e

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.TransactionBase:
TransactionName  string  Transaction Name Transaction Name true 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.Transaction:
CounterInstance  string  Performance counter instance Performance counter instance false 512      False     
PerformanceThreshold  int  Performance threshold (ms) An alert will be raised if requests to this component take longer than the specified threshold. false 256  2147483647       
SensitivityThreshold  int  Sensitivity threshold (ms) When collecting performance events, function calls that return faster than the specified threshold will not be reported in the call stack. false 256  2147483647       
Microsoft.SystemCenter.Apm.MvcTransaction:
ControllerName  string  Controller Name Controller Name true 512      False     
ActionName  string  Action Name Action Name true 512      False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.MvcTransaction" Base="AL!Microsoft.SystemCenter.Apm.Transaction" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="ControllerName" Type="string" CaseSensitive="false" Key="true" MaxLength="512"/>
<Property ID="ActionName" Type="string" CaseSensitive="false" Key="true" MaxLength="512"/>
</ClassType>