1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/example/http
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
..
client Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
server Add propagator interface and W3C propagator (#85) 2019-09-23 11:51:32 -07:00
go.mod Create separate go modules for examples (#26) 2019-08-13 16:02:21 -07:00
go.sum Initial opentracing bridge (#98) 2019-09-24 23:12:22 -07:00