mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
libnet: add OTel spans to CreateEndpoint
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ func (daemon *Daemon) containerStart(ctx context.Context, daemonCfg *configStore
|
||||
return err
|
||||
}
|
||||
|
||||
if err := daemon.initializeNetworking(&daemonCfg.Config, container); err != nil {
|
||||
if err := daemon.initializeNetworking(ctx, &daemonCfg.Config, container); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user