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


In This Topic
    ControllerMetric Class Members
    In This Topic

    The following tables list the members exposed by ControllerMetric.

    Public Properties
     NameDescription
    Public PropertyThe duration the Action took to execute (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyGets/sets the name of this action  
    Public PropertyId from JavaScript agent for session (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe time it took for the request to be authorized (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public Property (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe unique Id of the Http connection that provided the request (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyGets/Sets the name of the controller this action belongs to  
    Public PropertyThe duration the request has been running (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe exception, if any, thrown at the completion of the routine (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public Property (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyGets/Sets the HttpMethod (GET, POST, PUT, DELETE, etc) used for this action. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public Property (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public Property (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyA multi-line string describing the content of the parameters. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyGets/Sets a String that represents the parameters passed to this action (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe span Id of the parent span that this request is a part of (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe relative path from the application root for the request  
    Public PropertyThe controller and action referenced by the request (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe unique Id of the request being executed (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe Http Response Code for the request. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyId to identify a user session from the web browser (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe unique Id of the request being executed (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyTimestamp the request started (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe unique Id of the request being executed (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public PropertyThe class name of the controller used for the request  
    Public PropertyThe user name for the action being performed. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Top
    Protected Properties
     NameDescription
    Protected PropertyThe active configuration for the Asp.NET Agent. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Protected PropertyThe action metric for the original client request, if not this metric (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Top
    Public Methods
     NameDescription
    Public MethodRecord the request completion information (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public MethodRecord the request start information (just before user code executes) (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Public MethodRecords the metrics for this request (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Record the request to the log just before the controller executes. Record the request to the log just before the controller executes.  
    Protected MethodOverridden. Record the outcome of the request to the log. Record the outcome of the request to the log.  
    Top
    See Also