Merge branch '1.5.x'
This commit is contained in:
commit
6ad46db944
|
@ -142,7 +142,7 @@ public class TraceProperties {
|
|||
REMOTE_USER,
|
||||
|
||||
/**
|
||||
* Include the time taken to service the request.
|
||||
* Include the time taken to service the request in milliseconds.
|
||||
*/
|
||||
TIME_TAKEN
|
||||
|
||||
|
|
|
@ -1346,6 +1346,28 @@ and obtain basic information about the last 100 requests:
|
|||
}]
|
||||
----
|
||||
|
||||
The following are included in the trace by default:
|
||||
|
||||
[cols="1,2"]
|
||||
|===
|
||||
|Name |Description
|
||||
|
||||
|Request Headers
|
||||
|Headers from the request.
|
||||
|
||||
|Response Headers
|
||||
|Headers from the response.
|
||||
|
||||
|Cookies
|
||||
|`Cookie` from request headers and `Set-Cookie` from response headers.
|
||||
|
||||
|Errors
|
||||
|The error attributes (if any).
|
||||
|
||||
|Time Taken
|
||||
|The time taken to service the request in milliseconds.
|
||||
|===
|
||||
|
||||
|
||||
|
||||
[[production-ready-custom-tracing]]
|
||||
|
|
Loading…
Reference in New Issue