Add probe early stop guards

This commit is contained in:
2026-04-04 22:58:33 +08:00
parent 56fa6747d2
commit 7e8523fdaa
4 changed files with 180 additions and 21 deletions

View File

@@ -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,