Skip to content

Commit 8203633

Browse files
fix: req_duration to http_req_duration (#1504)
1 parent 7a20ecc commit 8203633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sources/v0.49.x/using-k6/metrics/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ However, if you're unsure about the metrics to focus on, you can start with the
3535

3636
- `http_reqs`, to measure requests
3737
- `http_req_failed`, to measure error rate
38-
- `req_duration`, to measure duration
38+
- `http_req_duration`, to measure duration
3939

4040
{{% admonition type="note" %}}
4141

src/data/markdown/translated-guides/en/02 Using k6/02 Metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ So the best metric for your analysis depends on your goals.
3434
However, if you're unsure about the metrics to focus on, you can start with the metrics that measure the requests, errors, and duration (the criteria of the [RED method](https://grafana.com/blog/2018/08/02/the-red-method-how-to-instrument-your-services/)).
3535
- `http_reqs`, to measure requests
3636
- `http_req_failed`, to measure error rate
37-
- `req_duration`, to measure duration
37+
- `http_req_duration`, to measure duration
3838

3939
<Blockquote mod="note" title="">
4040

0 commit comments

Comments
 (0)