You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	* Make the tracetest.SpanRecorder concurrent safe The otelgrpc instrumentation in the contrib repository needs a concurrent safe implementation as the stream testing is done in a separate goroutine. * Refactor concurrency tests