Skip to content

Commit

Permalink
changed param to metrix_name1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasahin0 committed Dec 8, 2023
1 parent 33e088f commit 8c210ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/v0.48.x/using-k6/thresholds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 8c210ee

Please sign in to comment.