[Feature] Sglang Tracing: Fine-Grained Tracking for Request Latency - Part 2 (#10804)

Signed-off-by: Feng Su <sufeng@linux.alibaba.com>
This commit is contained in:
Feng Su
2025-10-28 01:25:46 -07:00
committed by GitHub
parent b1e13e7cea
commit ea96106000
19 changed files with 824 additions and 60 deletions
+3 -3
View File
@@ -74,7 +74,7 @@ class TestTrace(CustomTestCase):
DEFAULT_SMALL_MODEL_NAME_FOR_TEST,
DEFAULT_URL_FOR_TEST,
timeout=DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
other_args=["--enable-trace", "--oltp-traces-endpoint", "0.0.0.0:4317"],
other_args=["--enable-trace", "--otlp-traces-endpoint", "0.0.0.0:4317"],
)
try:
@@ -121,7 +121,7 @@ class TestTrace(CustomTestCase):
model_path=model_path,
random_seed=42,
enable_trace=True,
oltp_traces_endpoint="localhost:4317",
otlp_traces_endpoint="localhost:4317",
)
try:
@@ -148,7 +148,7 @@ class TestTrace(CustomTestCase):
model_path=model_path,
random_seed=42,
enable_trace=True,
oltp_traces_endpoint="localhost:4317",
otlp_traces_endpoint="localhost:4317",
is_embedding=True,
)