Skip to content

Commit 1bb6a0e

Browse files
updated param name from METRIC_NAME to METRIC_NAME1 on thresholds.md (#1442)
* updated param from METRIC_NAME to METRIC_NAME1 * added changes to documentation as well * changed param to metrix_name1
1 parent dbd7f06 commit 1bb6a0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/sources/next/using-k6/thresholds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To use a threshold, follow these steps:
9696
export const options = {
9797
thresholds: {
9898
//short format
99-
METRIC_NAME: ['THRESHOLD_EXPRESSION', `...`],
99+
METRIC_NAME1: ['THRESHOLD_EXPRESSION', `...`],
100100
//long format
101101
METRIC_NAME2: [
102102
{

docs/sources/v0.47.x/using-k6/thresholds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To use a threshold, follow these steps:
9696
export const options = {
9797
thresholds: {
9898
//short format
99-
METRIC_NAME: ['THRESHOLD_EXPRESSION', `...`],
99+
METRIC_NAME1: ['THRESHOLD_EXPRESSION', `...`],
100100
//long format
101101
METRIC_NAME2: [
102102
{

docs/sources/v0.48.x/using-k6/thresholds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To use a threshold, follow these steps:
9696
export const options = {
9797
thresholds: {
9898
//short format
99-
METRIC_NAME: ['THRESHOLD_EXPRESSION', `...`],
99+
METRIC_NAME1: ['THRESHOLD_EXPRESSION', `...`],
100100
//long format
101101
METRIC_NAME2: [
102102
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To use a threshold, follow these steps:
9191
export const options = {
9292
thresholds: {
9393
//short format
94-
METRIC_NAME: ["THRESHOLD_EXPRESSION", `...`],
94+
METRIC_NAME1: ["THRESHOLD_EXPRESSION", `...`],
9595
//long format
9696
METRIC_NAME2: [
9797
{

0 commit comments

Comments
 (0)