Super tiny add moe_ep_rank to prometheus labels (#15407)

This commit is contained in:
fzyzcjy
2025-12-18 22:23:20 +08:00
committed by GitHub
parent ad9616f13a
commit 602fe3b296

View File

@@ -78,6 +78,7 @@ class SchedulerMetricsMixin:
"engine_type": engine_type,
"tp_rank": tp_rank,
"pp_rank": pp_rank,
"moe_ep_rank": self.moe_ep_rank,
}
if dp_rank is not None:
labels["dp_rank"] = dp_rank