1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk
Krzesimir Nowak 339ca2d974 Initial opentracing bridge (#98)
* Allow specifying custom timestamps for events

Adding event with timestamp is not yet a part of the OpenTelemetry
specification, but this function will come in handy when implementing
the OpenTracing bridge.

* Add opentracing bridge, wrapper tracer and migration interfaces

There are some features missing - setting up links and span kind;
context propagation will only work between two OpenTracing bridges.

* Add some tests for the opentracing bridge

The tests mostly check various aspects of the cooperation between
OpenTracing and OpenTelemetry APIs.
2019-09-24 23:12:22 -07:00
..
internal Trace sdk (#65) 2019-08-02 13:52:55 -07:00
trace Initial opentracing bridge (#98) 2019-09-24 23:12:22 -07:00
opentelemetry.go Trace sdk (#65) 2019-08-02 13:52:55 -07:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00