Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ActionMetricBase Class


ActionMetricBase Class Properties

For a list of all members of this type, see ActionMetricBase members.

Public Properties
 NameDescription
Public PropertyThe duration the Action took to execute  
Public PropertyId from JavaScript agent for session  
Public PropertyThe time it took for the request to be authorized  
Public Property  
Public PropertyThe unique Id of the Http connection that provided the request  
Public PropertyThe duration the request has been running  
Public PropertyThe exception, if any, thrown at the completion of the routine  
Public Property  
Public PropertyGets/Sets the HttpMethod (GET, POST, PUT, DELETE, etc) used for this action.  
Public Property  
Public Property  
Public PropertyA multi-line string describing the content of the parameters.  
Public PropertyGets/Sets a String that represents the parameters passed to this action  
Public PropertyThe span Id of the parent span that this request is a part of  
Public PropertyThe controller and action referenced by the request  
Public PropertyThe unique Id of the request being executed  
Public PropertyThe Http Response Code for the request.  
Public PropertyId to identify a user session from the web browser  
Public PropertyThe unique Id of the request being executed  
Public PropertyTimestamp the request started  
Public PropertyThe unique Id of the request being executed  
Public PropertyThe user name for the action being performed.  
Top
Protected Properties
 NameDescription
Protected PropertyThe active configuration for the Asp.NET Agent.  
Protected PropertyThe action metric for the original client request, if not this metric  
Top
See Also