From 02bdc1dcb9108e0635e70ac5e09f28757944069e Mon Sep 17 00:00:00 2001 From: Peter Stalman Date: Wed, 16 Oct 2019 01:34:04 -0700 Subject: [PATCH] Clarify unit of duration field in access log --- docs/content/observability/access-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/observability/access-logs.md b/docs/content/observability/access-logs.md index 418532f74..5a27efc17 100644 --- a/docs/content/observability/access-logs.md +++ b/docs/content/observability/access-logs.md @@ -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. |