Skip to content

Commit

Permalink
http/transport: Drop TracingRoundTripper
Browse files Browse the repository at this point in the history
  • Loading branch information
monstermunchkin committed Nov 29, 2024
1 parent 01e72c8 commit 003e27c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions http/transport/default_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ func NewDefaultTransportChain() *RoundTripperChain {
return Chain(
&ExternalDependencyRoundTripper{},
NewDefaultRetryRoundTripper(),
&TracingRoundTripper{},
&LoggingRoundTripper{},
&LocaleRoundTripper{},
&RequestIDRoundTripper{},
Expand All @@ -24,7 +23,6 @@ func NewDefaultTransportChainWithExternalName(name string) *RoundTripperChain {
return Chain(
&ExternalDependencyRoundTripper{name: name},
NewDefaultRetryRoundTripper(),
&TracingRoundTripper{},
&LoggingRoundTripper{},
&LocaleRoundTripper{},
&RequestIDRoundTripper{},
Expand Down

0 comments on commit 003e27c

Please sign in to comment.