dd-go-opentracing icon indicating copy to clipboard operation
dd-go-opentracing copied to clipboard

[WIP] OpenTracing Tracer implementation for Datadog in Go

Results 3 dd-go-opentracing issues
Sort by recently updated
recently updated
newest added

In order for distributed tracing to work properly across languages/libraries, the format of messages in the different carrier formats should be consistent. I have drafted a [specification](https://github.com/rochdev/datadog-tracer-spec) for my [JavaScript...

The only supported format so far is HTTPHeaders

help wanted

Baggage items aren't implemented yet. `SetBaggageItem` sets a key:value pair on this Span and its SpanContext that also propagates to descendants of this Span.

help wanted