Skip to content

Commit 9bad599

Browse files
fix: some formatting changes
1 parent 90fe98f commit 9bad599

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ By default, k6 automatically collects built-in metrics.
88
Besides built-ins, you can also make custom metrics.
99

1010

11-
Metrics fall into four broad types.
12-
- **Counter.** Sums values
13-
- **Gauge.** Tracks the smallest, largest, and latest values
14-
- **Rate.** Tracks how frequently a non-zero value occurs
15-
- **Trend.** Calculates statistics for multiple values (like mean, mode or percentile)
11+
Metrics fall into four broad types:
12+
- **Counters** sum values.
13+
- **Gauges** track the smallest, largest, and latest values.
14+
- **Rates** track how frequently a non-zero value occurs.
15+
- **Trends** calculates statistics for multiple values (like mean, mode or percentile).
1616

1717

18-
If you want to make a test fail a certain criteria, you can write [Threshold](/using-k6/thresholds) based on the metric criteria (the specifics of the expression depend on the metric type).
18+
To make a test fail a certain criteria, you can write a [Threshold](/using-k6/thresholds) based on the metric criteria (the specifics of the expression depend on the metric type).
1919
To filter metrics, you can use [Tags and groups](/using-k6/tags-and-groups).
2020
You can also export metrics in various summary and granular formats, as documented in [Results output](/results-output).
2121

2222

23-
2423
| On this page... | Read about... |
2524
|----------------------------------------------------------------------|-------------------------------------------------------------------------|
2625
| [Built-in metrics](/using-k6/metrics/reference) | Each built-in metric for each supported [protocol](/using-k6/protocols) |

0 commit comments

Comments
 (0)