File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/data/markdown/translated-guides/en/02 Using k6 Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,14 @@ k6 always collects the following built-in metrics:
92
92
93
93
These metrics are generated only when the test makes HTTP requests.
94
94
95
+ < Blockquote mod=" note" title=" " >
96
+
97
+ For all ` http_req_* ` metrics, ** the timestamp is emitted the end of the request.**
98
+ In other words, the timestamp happens when k6 receives the end of the response body, or the request times out.
99
+
100
+ < /Blockquote>
101
+
102
+
95
103
| Metric Name | Type | Description |
96
104
| --------------------------| ---------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
97
105
| http_reqs | Counter | How many total HTTP requests k6 generated. |
You can’t perform that action at this time.
0 commit comments