feat: log request when e2e latency exceeds the specified value (#15759)

Co-authored-by: qiuxuan.lzw <qiuxuan.lzw@alibaba-inc.com>
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
This commit is contained in:
StonyPort
2025-12-25 23:12:35 +08:00
committed by GitHub
co-authored by qiuxuan.lzw Xiaoyu Zhang
parent c12567274a
commit b6702d72cf
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -139,6 +139,7 @@ class Envs:
SGLANG_LOG_FORWARD_ITERS = EnvBool(False)
SGLANG_LOG_MS = EnvBool(False)
SGLANG_DISABLE_REQUEST_LOGGING = EnvBool(False)
SGLANG_LOG_REQUEST_EXCEEDED_MS = EnvInt(-1)
# SGLang CI
SGLANG_IS_IN_CI = EnvBool(False)