Fix duplicated rate limit in scheduler

Remove BindingRateLimiterSaturation metrics

Update generated doc
This commit is contained in:
harry
2015-12-28 17:04:29 +08:00
committed by Harry Zhang
parent e1a71fefaa
commit 080cb60dab
13 changed files with 20 additions and 123 deletions

View File

@@ -171,7 +171,7 @@ func startComponents(firstManifestURL, secondManifestURL string) (string, string
handler.delegate = m.Handler
// Scheduler
schedulerConfigFactory := factory.NewConfigFactory(cl, nil, api.DefaultSchedulerName)
schedulerConfigFactory := factory.NewConfigFactory(cl, api.DefaultSchedulerName)
schedulerConfig, err := schedulerConfigFactory.Create()
if err != nil {
glog.Fatalf("Couldn't create scheduler config: %v", err)