census-instrumentation / opencensus-cpp

A stats collection and distributed tracing framework
https://opencensus.io/
Apache License 2.0
145 stars 77 forks source link

Add support for w3c/distributed-tracing #197

Open bogdandrutu opened 6 years ago

bogdandrutu commented 6 years ago

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.
g-easy commented 5 years ago

TraceContext format support was added in #260.