Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ActionMetricBase Class
Fields Properties Methods


In This Topic
    ActionMetricBase Class Members
    In This Topic

    The following tables list the members exposed by ActionMetricBase.

    Protected Fields
     NameDescription
    Protected Fieldstatic (Shared in Visual Basic)Default serializer options  
    Top
    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
    Public Methods
     NameDescription
    Public MethodRecord the request completion information  
    Public MethodRecord the request start information (just before user code executes)  
    Public MethodRecords the metrics for this request  
    Top
    Protected Methods
     NameDescription
    Protected MethodRecord the request to the log just before the controller executes.  
    Protected MethodRecord the outcome of the request to the log.  
    Top
    See Also