You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/translated-guides/en/02 Using k6/04 Thresholds.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,9 @@ Some examples of threshold expressions are as follows:
127
127
128
128
### Aggregation methods by type
129
129
130
-
Each of the four [metric types](/using-k6/metrics/#metric-types) included in k6 provides a set of aggregation methods that you can use in threshold expressions.
130
+
k6 aggregates metrics according to [their type](/using-k6/metrics).
131
+
These aggregation methods form part of the threshold expressions.
0 commit comments