@opencensus/propagation-binaryformat

Opencensus propagation package for binary format.

Usage no npm install needed!

<script type="module">
  import opencensusPropagationBinaryformat from 'https://cdn.skypack.dev/@opencensus/propagation-binaryformat';
</script>

README

OpenCensus Binary Format Propagation for Node.js

Gitter chat

OpenCensus Binary Format Propagation sends a span context on the wire using binary encoding, allowing other services to create spans with the right context.

The library is in alpha stage and the API is subject to change.

Installation

Install OpenCensus Binary Propagation with:

npm install @opencensus/propagation-binaryformat

Useful links