Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 954 Bytes

File metadata and controls

21 lines (15 loc) · 954 Bytes

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