1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/api
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
..
core Drop the registry package (#130) 2019-09-19 11:20:02 -07:00
event Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
key Drop the registry package (#130) 2019-09-19 11:20:02 -07:00
metric Remove experimental/streaming globals, add streaming example (#135) 2019-09-23 14:39:10 -07:00
propagation Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
stats Drop the registry package (#130) 2019-09-19 11:20:02 -07:00
tag Drop the registry package (#130) 2019-09-19 11:20:02 -07:00
trace Initial opentracing bridge (#98) 2019-09-24 23:12:22 -07:00
unit Add vanity import name (#107) 2019-08-26 09:41:15 -07:00