resolver: enable tracing on default transport
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>v0.8
parent
594ebbfac0
commit
cdf424f677
|
@ -258,7 +258,7 @@ func hostsWithCredentials(hosts docker.RegistryHosts, auth *SessionAuthenticator
|
|||
|
||||
func newDefaultClient() *http.Client {
|
||||
return &http.Client{
|
||||
Transport: newDefaultTransport(),
|
||||
Transport: tracing.NewTransport(newDefaultTransport()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue