1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk/trace/tracetest
Tyler Yahn a8bb0bf89f
Make the tracetest.SpanRecorder concurrent safe (#2178)
* 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
2021-08-12 09:12:31 -07:00
..
exporter_test.go Rename sdk/trace/tracetest test.go -> exporter.go (#2128) 2021-07-23 13:38:26 -04:00
exporter.go Rename sdk/trace/tracetest test.go -> exporter.go (#2128) 2021-07-23 13:38:26 -04:00
recorder_test.go Make the tracetest.SpanRecorder concurrent safe (#2178) 2021-08-12 09:12:31 -07:00
recorder.go Make the tracetest.SpanRecorder concurrent safe (#2178) 2021-08-12 09:12:31 -07:00
span.go Removed dropped link's attributes field from API package (#2118) 2021-07-26 11:06:41 -04:00