Merge pull request #151 from Random-Liu/add-instrumented-service

Add instrumented service.
This commit is contained in:
Lantao Liu
2017-08-24 11:26:39 -07:00
committed by GitHub
23 changed files with 299 additions and 163 deletions

View File

@@ -123,7 +123,7 @@ func NewCRIContainerdService(containerdEndpoint, rootDir, networkPluginBinDir, n
return nil, fmt.Errorf("failed to create stream server: %v", err)
}
return c, nil
return newInstrumentedService(c), nil
}
func (c *criContainerdService) Start() {