We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92285fc commit 8aa4d6aCopy full SHA for 8aa4d6a
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