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
I wonder whether this may be due to the fact that, similar to #1423, the SimpleSpanProcessor does not call Shutdown() on the underlying Exporter. This looks like the http.Client used by the collectorUploader maintaining keepalive on its connection and watching for it to close, so something may also need to be done in the Exporter to ensure that those connections are closed during Shutdown().
Hello,
Could you please explain me, what's the right way to use the
jaeger.WithCollectorEndpoint
?I've tried to run this example
https://github.com/open-telemetry/opentelemetry-go/blob/master/example/jaeger/main.go
but run it using
go test
and goroutine leak detectorgo.uber.org/goleak
:Output:
As we can see, there is goroutine leak
The text was updated successfully, but these errors were encountered: