[Tracing] Remove the deprecated tracing code from mini_lb (#19409)

This commit is contained in:
Feng Su
2026-03-07 11:19:23 +08:00
committed by GitHub
parent f88acf8780
commit 8a411a9a2a
2 changed files with 5 additions and 108 deletions

View File

@@ -184,17 +184,6 @@ class RequestStage:
metrics_is_observed=True,
)
# mini lb
MINI_LB_LAUNCH = RequestStageConfig(
"mini_lb_launch",
level=1,
)
WAIT_PD_FINISH = RequestStageConfig(
"wait_pd_finish",
level=2,
)
# other
ANONYMOUS = RequestStageConfig("")