Add probe early stop guards
This commit is contained in:
@@ -55,7 +55,9 @@
|
||||
"timestamp_field": "timestamp",
|
||||
"max_concurrency": 2,
|
||||
"max_requests_per_probe": 24,
|
||||
"replay_time_scale": 0.02
|
||||
"replay_time_scale": 0.02,
|
||||
"early_stop_max_lag_s": 5.0,
|
||||
"early_stop_max_elapsed_s": 60.0
|
||||
},
|
||||
"slo": {
|
||||
"target_pass_rate": 0.95,
|
||||
|
||||
Reference in New Issue
Block a user