[
{
"name": "90th percentile latency below 6000 msec",
"description": "Make sure that the 90th percentile latency is below 6000 msec",
"type": "performance",
"subtype": "metricThreshold",
"thresholds": [
{
"insightName": "metrics",
"insightParameters": null,
"measurement": "p90Latency",
"operator": "<",
"value": 6000
}
],
"subpopulationFilters": null,
"mode": "development",
"usesValidationDataset": true, // Apply test to the validation set
"usesTrainingDataset": false,
"usesMlModel": false,
"syncId": "b4dee7dc-4f15-48ca-a282-63e2c04e0689" // Some unique id
}
]