Update the $req_id placeholder description (#8163)
This commit is contained in:
parent
a46626b259
commit
6b6ebf0a7c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ log_format upstreaminfo
|
||||||
| `$upstream_response_length` | the length of the response obtained from the upstream server |
|
| `$upstream_response_length` | the length of the response obtained from the upstream server |
|
||||||
| `$upstream_response_time` | time spent on receiving the response from the upstream server as seconds with millisecond resolution |
|
| `$upstream_response_time` | time spent on receiving the response from the upstream server as seconds with millisecond resolution |
|
||||||
| `$upstream_status` | status code of the response obtained from the upstream server |
|
| `$upstream_status` | status code of the response obtained from the upstream server |
|
||||||
| `$req_id` | the randomly generated ID of the request |
|
| `$req_id` | value of the `X-Request-ID` HTTP header. If the header is not set, a randomly generated ID. |
|
||||||
|
|
||||||
Additional available variables:
|
Additional available variables:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue