diff --git a/docs/sources/next/using-k6/thresholds.md b/docs/sources/next/using-k6/thresholds.md index a2a444053e..3c1feed982 100644 --- a/docs/sources/next/using-k6/thresholds.md +++ b/docs/sources/next/using-k6/thresholds.md @@ -96,7 +96,7 @@ To use a threshold, follow these steps: export const options = { thresholds: { //short format - METRIC_NAME: ['THRESHOLD_EXPRESSION', `...`], + METRIC_NAME1: ['THRESHOLD_EXPRESSION', `...`], //long format METRIC_NAME2: [ { diff --git a/docs/sources/v0.47.x/using-k6/thresholds.md b/docs/sources/v0.47.x/using-k6/thresholds.md index a2a444053e..3c1feed982 100644 --- a/docs/sources/v0.47.x/using-k6/thresholds.md +++ b/docs/sources/v0.47.x/using-k6/thresholds.md @@ -96,7 +96,7 @@ To use a threshold, follow these steps: export const options = { thresholds: { //short format - METRIC_NAME: ['THRESHOLD_EXPRESSION', `...`], + METRIC_NAME1: ['THRESHOLD_EXPRESSION', `...`], //long format METRIC_NAME2: [ { diff --git a/docs/sources/v0.48.x/using-k6/thresholds.md b/docs/sources/v0.48.x/using-k6/thresholds.md index a2a444053e..3c1feed982 100644 --- a/docs/sources/v0.48.x/using-k6/thresholds.md +++ b/docs/sources/v0.48.x/using-k6/thresholds.md @@ -96,7 +96,7 @@ To use a threshold, follow these steps: export const options = { thresholds: { //short format - METRIC_NAME: ['THRESHOLD_EXPRESSION', `...`], + METRIC_NAME1: ['THRESHOLD_EXPRESSION', `...`], //long format METRIC_NAME2: [ { diff --git a/src/data/markdown/translated-guides/en/02 Using k6/04 Thresholds.md b/src/data/markdown/translated-guides/en/02 Using k6/04 Thresholds.md index 7fd94dca0f..2fb87b57cd 100644 --- a/src/data/markdown/translated-guides/en/02 Using k6/04 Thresholds.md +++ b/src/data/markdown/translated-guides/en/02 Using k6/04 Thresholds.md @@ -91,7 +91,7 @@ To use a threshold, follow these steps: export const options = { thresholds: { //short format - METRIC_NAME: ["THRESHOLD_EXPRESSION", `...`], + METRIC_NAME1: ["THRESHOLD_EXPRESSION", `...`], //long format METRIC_NAME2: [ {