1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/api
Andrei Ozerov e3abf31b0b
Make trace testhelpers public (#1111)
* Make trace testhelpers public

Move MockSpan and MockTracer out of internal package into the api/trace
directory.

* Do not move internal/trace/parent into testing dir

Leave internal/trace/parent/parent.go in the internal directory.

* Fix MockTracer Start method comments

Fix "TraceID".

* Run make precommit to cleanup go.mod

Cleanum go.mod and go.sum.

* Fix tracetest MockSpan structure alignment

Make MockSpan 80 bytes instead of 88 by fixing its alignment.

* Revert bridge/opentracing/internal/mock.go imports

Do not change imports lines in bridge/opentracing/internal/mock.go.
2020-09-01 08:16:05 -07:00
..
apitest Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
correlation Unify api/label and api/kv in new label package (#1060) 2020-08-17 20:25:03 -07:00
global Rename global SetTraceProvider and TraceProvider (#1102) 2020-08-31 10:02:04 -07:00
metric #872 Make metric test helpers public (#1040) 2020-08-27 13:03:56 -07:00
propagation Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
trace Make trace testhelpers public (#1111) 2020-09-01 08:16:05 -07:00
unit Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00