opencensus-cpp icon indicating copy to clipboard operation
opencensus-cpp copied to clipboard

Add support for w3c/distributed-tracing

Open bogdandrutu opened this issue 7 years ago • 1 comments

The specs are defined here. We need to:

  1. Add support for Tracestate
  2. Add support for TraceContext format
  3. Allow users to modify the Tracestate. This is not yet defined in the specs how to be implemented.

bogdandrutu avatar Sep 24 '18 22:09 bogdandrutu

TraceContext format support was added in #260.

g-easy avatar Feb 01 '19 06:02 g-easy