Skip to content

Commit

Permalink
add OpenCensus binary propagator as allowed in otel reposotories
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Jan 12, 2023
1 parent 36cc76a commit 38b7b51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specification/context/api-propagators.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ 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 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
OpenCensus 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 38b7b51

Please sign in to comment.