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


ControllerMetric Class Properties

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

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
See Also