Name | Description | |
---|---|---|
ActionDuration | The duration the Action took to execute (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ActionName | Gets/sets the name of this action | |
AgentSessionId | Id from JavaScript agent for session (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
AuthorizeRequestDuration | The time it took for the request to be authorized (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ClassName | (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ConnectionId | The unique Id of the Http connection that provided the request (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ControllerName | Gets/Sets the name of the controller this action belongs to | |
Duration | The duration the request has been running (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
Exception | The exception, if any, thrown at the completion of the routine (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
FileName | (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
HttpMethod | Gets/Sets the HttpMethod (GET, POST, PUT, DELETE, etc) used for this action. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
LineNumber | (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
MethodName | (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ParameterDetails | A multi-line string describing the content of the parameters. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
Parameters | Gets/Sets a String that represents the parameters passed to this action (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ParentId | The span Id of the parent span that this request is a part of (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
Path | The relative path from the application root for the request | |
Request | The controller and action referenced by the request (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
RequestId | The unique Id of the request being executed (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
ResponseCode | The Http Response Code for the request. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
SessionId | Id to identify a user session from the web browser (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
SpanId | The unique Id of the request being executed (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
StartTimestamp | Timestamp the request started (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
TraceId | The unique Id of the request being executed (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) | |
TypeFullName | The class name of the controller used for the request | |
UserName | The user name for the action being performed. (Inherited from Loupe.Agent.AspNetCore.Metrics.ActionMetricBase) |