[Feature][Docs] Adjust prefill release & expose load metrics (#6884)

This commit is contained in:
mouxin
2026-03-17 15:23:13 +08:00
committed by GitHub
parent daaf498213
commit b61731bb96
20 changed files with 576 additions and 59 deletions
@@ -19,6 +19,10 @@ func (m *mockManagerAPI) GetMetrics(ctx context.Context, url string) (int, int,
return 0, 0, 0 // 返回默认值用于测试
}
func (m *mockManagerAPI) GetRemoteMetrics(ctx context.Context, url string) (int, int, int) {
return 0, 0, 0 // 返回默认值用于测试
}
func TestSchedulerInit(t *testing.T) {
cfg := &config.Config{
Scheduler: config.SchedulerConfig{