Merge pull request #151 from Random-Liu/add-instrumented-service
Add instrumented service.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user