Collect more metrics: num_requests_total (#2859)

This commit is contained in:
Lianmin Zheng
2025-01-13 03:57:39 -08:00
committed by GitHub
parent 67008f4b32
commit 51ab3ccf47
3 changed files with 49 additions and 45 deletions

View File

@@ -59,6 +59,7 @@ class TestEnableMetrics(unittest.TestCase):
"sglang:func_latency_seconds",
"sglang:prompt_tokens_total",
"sglang:generation_tokens_total",
"sglang:num_requests_total",
"sglang:time_to_first_token_seconds",
"sglang:time_per_output_token_seconds",
"sglang:e2e_request_latency_seconds",