Skip to content

Commit 53d53c8

Browse files
Merge pull request #221089 from Nagarjuna-Vipparthi/patch-9
Update how-to-define-test-criteria.md
2 parents 17876c2 + de6335f commit 53d53c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-testing/how-to-define-test-criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table describes the different components:
5050
|`Aggregate function` | *Required.* The aggregate function to be applied on the client metric. |
5151
|`Condition` | *Required.* The comparison operator, such as `greater than`, or `less than`. |
5252
|`Threshold` | *Required.* The numeric value to compare with the client metric. |
53-
|`Request` | *Optional.* Name of the sampler in the JMeter script to which the criterion applies. If you don't specify a request name, the criterion applies to the aggregate of all the requests in the script. |
53+
|`Request` | *Optional.* Name of the sampler in the JMeter script to which the criterion applies. If you don't specify a request name, the criterion applies to the aggregate of all the requests in the script. <br /> Don't include any Personally Identifiable Information (PII) in the sampler name in your JMeter script. The sampler names appear in the Azure Load Testing test run results dashboard. |
5454

5555
### Supported client metrics for fail criteria
5656

0 commit comments

Comments
 (0)