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
This moves the otelhttp wrappers into the internal package, so we cannot
rely on private values, and are forced to think about race conditions
when using that data.
Closesopen-telemetry#5914.
---------
Co-authored-by: Tyler Yahn <[email protected]>
Description
Seen during local runs of Kubernetes integration tests.
Environment
go.opentelemetry.io/contrib
version: v0.53.0Steps To Reproduce
Expected behavior
No data race. The following line likely needs synchronization:
opentelemetry-go-contrib/instrumentation/net/http/otelhttp/wrap.go
Line 31 in e11fd07
The text was updated successfully, but these errors were encountered: