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


PageMetric Class Properties

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

Public Properties
 NameDescription
Public PropertyThe duration the Action took to execute (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
Public PropertyId from JavaScript agent for session (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
Public PropertyThe area name for this page.  
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 PropertyA display name for the page  
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 page  
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