Add trace length bucket tuning support

This commit is contained in:
2026-04-07 11:03:16 +08:00
parent e9b5e9b957
commit 46ed688ace
12 changed files with 922 additions and 14 deletions

View File

@@ -50,7 +50,11 @@
"window_id": "chat_w_example_0001",
"u_field": "sampling_u",
"timestamp_field": "timestamp",
"max_concurrency": 64
"max_concurrency": 64,
"input_length_filter": {
"min_input_tokens": 0,
"max_input_tokens": 8192
}
},
"slo": {
"target_pass_rate": 0.95,