Skip to content

Commit 02bdc1d

Browse files
Sarketraefiker
authored andcommitted
Clarify unit of duration field in access log
1 parent b586ae2 commit 02bdc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/observability/access-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ accessLog:
180180
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
181181
| `StartUTC` | The time at which request processing started. |
182182
| `StartLocal` | The local time at which request processing started. |
183-
| `Duration` | The total time taken by processing the response, including the origin server's time but not the log writing time. |
183+
| `Duration` | The total time taken (in nanoseconds) by processing the response, including the origin server's time but not the log writing time. |
184184
| `FrontendName` | The name of the Traefik frontend. |
185185
| `BackendName` | The name of the Traefik backend. |
186186
| `BackendURL` | The URL of the Traefik backend. |

0 commit comments

Comments
 (0)