docs: Clarify request_time in storage logs

It does *not* include transfer time; it's just the time until response
is started.

Change-Id: I67c5c37c8c669e1e2de2cbfca8bcec02dc98659f
This commit is contained in:
Tim Burke 2020-07-23 21:46:18 -07:00
parent 0dbf3d0a95
commit e10af5d263
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ user_agent The value of the HTTP User-Agent header. Swift services
the process ID, such as ``"proxy-server <pid of the
proxy>"`` or ``"object-updater <pid of the object
updater>"``.
request_time The duration of the request.
request_time The time between request received and response started.
**Note**: This includes transfer time on PUT, but not GET.
additional_info Additional useful information.
server_pid The process id of the server
policy_index The value of the storage policy index.