Name | Description | |
---|---|---|
JsonSerializerOptions | Default serializer options |
The following tables list the members exposed by ActionMetricBase.
Name | Description | |
---|---|---|
JsonSerializerOptions | Default serializer options |
Name | Description | |
---|---|---|
ActionDuration | The duration the Action took to execute | |
AgentSessionId | Id from JavaScript agent for session | |
AuthorizeRequestDuration | The time it took for the request to be authorized | |
ClassName | ||
ConnectionId | The unique Id of the Http connection that provided the request | |
Duration | The duration the request has been running | |
Exception | The exception, if any, thrown at the completion of the routine | |
FileName | ||
HttpMethod | Gets/Sets the HttpMethod (GET, POST, PUT, DELETE, etc) used for this action. | |
LineNumber | ||
MethodName | ||
ParameterDetails | A multi-line string describing the content of the parameters. | |
Parameters | Gets/Sets a String that represents the parameters passed to this action | |
ParentId | The span Id of the parent span that this request is a part of | |
Request | The controller and action referenced by the request | |
RequestId | The unique Id of the request being executed | |
ResponseCode | The Http Response Code for the request. | |
SessionId | Id to identify a user session from the web browser | |
SpanId | The unique Id of the request being executed | |
StartTimestamp | Timestamp the request started | |
TraceId | The unique Id of the request being executed | |
UserName | The user name for the action being performed. |
Name | Description | |
---|---|---|
Options | The active configuration for the Asp.NET Agent. | |
RootActionMetric | The action metric for the original client request, if not this metric |
Name | Description | |
---|---|---|
Record | Record the request completion information | |
RecordRequest | Record the request start information (just before user code executes) | |
Stop | Records the metrics for this request |
Name | Description | |
---|---|---|
OnLogRequest | Record the request to the log just before the controller executes. | |
OnLogRequestCompletion | Record the outcome of the request to the log. |