We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a564b7f commit 91724a1Copy full SHA for 91724a1
benchmarks/benchmark/tools/profile-generator/container/benchmark_serving.py
@@ -370,9 +370,6 @@ def metrics_to_scrape(backend: str) -> List[str]:
370
return [
371
"jetstream_slots_used_percentage",
372
"jetstream_prefill_backlog_size",
373
- "jetstream_time_to_first_token",
374
- "jetstream_time_per_output_token",
375
- "jetstream_time_per_request",
376
]
377
else:
378
return []
0 commit comments