You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func (ct*clientTracer) gotConn(info httptrace.GotConnInfo) {
...ct.end("http.getconn", nil, attrs...) // gotConn() do not call when 127.0.0.1:10809 can not connect
Description
otelhttp.WithClientTrace lost span when proxy can not connect
Environment
go.opentelemetry.io/contrib
version: [e.g. v0.58.0]Steps To Reproduce
go.opentelemetry.io\contrib\instrumentation\net\http\httptrace\otelhttptrace clienttrace.go
now http.getconn span lost
Expected behavior
when 127.0.0.1:10809 works,
net/http/transport.go:1481
The text was updated successfully, but these errors were encountered: