Tiny add sglang:http_requests_active metric (#16479)

This commit is contained in:
fzyzcjy
2026-01-05 17:20:31 +08:00
committed by GitHub
parent da2f8cc33f
commit 7f35c46efb
2 changed files with 20 additions and 8 deletions
+1
View File
@@ -127,6 +127,7 @@ class TestEnableMetrics(CustomTestCase):
"sglang:time_to_first_token_seconds",
"sglang:inter_token_latency_seconds",
"sglang:e2e_request_latency_seconds",
"sglang:http_requests_active",
]
for metric in essential_metrics:
self.assertIn(metric, metrics_text, f"Missing metric: {metric}")