Skip to content

Commit

Permalink
fix: req_duration to http_req_duration (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent authored Feb 8, 2024
1 parent 7a20ecc commit 8203633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sources/v0.49.x/using-k6/metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ However, if you're unsure about the metrics to focus on, you can start with the

- `http_reqs`, to measure requests
- `http_req_failed`, to measure error rate
- `req_duration`, to measure duration
- `http_req_duration`, to measure duration

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ So the best metric for your analysis depends on your goals.
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/)).
- `http_reqs`, to measure requests
- `http_req_failed`, to measure error rate
- `req_duration`, to measure duration
- `http_req_duration`, to measure duration

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

Expand Down

0 comments on commit 8203633

Please sign in to comment.