Skip to content

Commit

Permalink
[#396] Remove http.request span in httptrace (#397)
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <[email protected]>

Co-authored-by: Joshua MacDonald <[email protected]>
  • Loading branch information
huikang and jmacd committed Dec 23, 2019
1 parent 6f04903 commit 225b466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/httptrace/clienttrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func NewClientTrace(ctx context.Context) *httptrace.ClientTrace {
}

ct.tr = global.TraceProvider().Tracer("go.opentelemetry.io/otel/plugin/httptrace")
ct.start("http.request", "http.request")

return &httptrace.ClientTrace{
GetConn: ct.getConn,
Expand Down

0 comments on commit 225b466

Please sign in to comment.