Skip to content

Commit

Permalink
Clarify that time-taken is now in seconds and not fractional-seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSchultz committed Apr 19, 2024
1 parent 899e06a commit cbc2b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/docs/config/valve.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<li><b>s-ip</b> - Local IP address</li>
<li><b>sc-status</b> - HTTP status code of the response</li>
<li><b>time</b> - Time the request was served in HH:mm:ss format for GMT</li>
<li><b>time-taken</b> - Time (in seconds as floating point) taken to serve the request</li>
<li><b>time-taken</b> - Time (in seconds) taken to serve the request</li>
<li><b>x-threadname</b> - Current request thread name (can compare later with stacktraces)</li>
</ul>

Expand Down

0 comments on commit cbc2b35

Please sign in to comment.