Skip to content

Commit

Permalink
add OpenCensus propagators as allowed in otel reposotories
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Dec 14, 2022
1 parent 5b6d225 commit de2edd7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/context/api-propagators.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,13 @@ as OpenTelemetry extension packages:
* [OT Trace](https://github.com/opentracing?q=basic&type=&language=). Propagation format
used by the OpenTracing Basic Tracers. It MUST NOT use `OpenTracing` in the resulting
propagator name as it is not widely adopted format in the OpenTracing ecosystem.
* [OpenCensus TextFormat](https://www.javadoc.io/doc/io.opencensus/opencensus-api/0.16.1/io/opencensus/trace/propagation/TextFormat.html).
Propagation format used by OpenCensus, which uses `opencensus-trace-traceid`,
`opencensus-trace-spanid`, and `opencensus-trace-traceoptions` propagation keys.
* [OpenCensus BinaryFormat](https://github.com/census-instrumentation/opencensus-specs/blob/master/encodings/BinaryEncoding.md#trace-context).
Propagation format used by OpenCensus, which describes how to format the span context
into the binary format, and does not prescribe a key. It is commonly used with gRPC
using the `grpc-trace-bin` propagation key.

Additional `Propagator`s implementing vendor-specific protocols such as AWS
X-Ray trace header protocol MUST NOT be maintained or distributed as part of
Expand Down

0 comments on commit de2edd7

Please sign in to comment.