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


In This Topic
    PageMetric Class Members
    In This Topic

    The following tables list the members exposed by PageMetric.

    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
    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 MethodRecord the request to the log just before the controller executes. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Protected MethodRecord the outcome of the request to the log. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase)
    Top
    See Also