Add instrumented service.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
@@ -127,7 +127,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