Skip to content

Commit

Permalink
Clarify unit of duration field in access log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarke authored and traefiker committed Oct 16, 2019
1 parent b586ae2 commit 02bdc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/observability/access-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ accessLog:
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `StartUTC` | The time at which request processing started. |
| `StartLocal` | The local time at which request processing started. |
| `Duration` | The total time taken by processing the response, including the origin server's time but not the log writing time. |
| `Duration` | The total time taken (in nanoseconds) by processing the response, including the origin server's time but not the log writing time. |
| `FrontendName` | The name of the Traefik frontend. |
| `BackendName` | The name of the Traefik backend. |
| `BackendURL` | The URL of the Traefik backend. |
Expand Down

0 comments on commit 02bdc1d

Please sign in to comment.