@opencensus/propagation-b3
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

OpenCensus B3 Format Propagation for Node.js

Gitter chat

OpenCensus B3 Format Propagation sends a span context on the wire in an HTTP request, 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 B3 Propagation with:

npm install @opencensus/propagation-b3

Usage

To propagate span context arround services with B3 Propagation, pass an instance of B3 Propagation to your tracing instance. For Javascript:

const tracing = require('@opencensus/nodejs');
const propagation = require('@opencensus/propagation-b3');

const b3 = new propagation.B3Format();

tracing.start({propagation: b3});

Similarly for Typescript:

import * as tracing from '@opencensus/nodejs';
import { B3Format } from '@opencensus/propagation-b3';

const b3 = new B3Format();

tracing.start({propagation: b3});

Useful links

Package Sidebar

Install

npm i @opencensus/propagation-b3

Weekly Downloads

956,038

Version

0.1.0

License

Apache-2.0

Unpacked Size

24.8 kB

Total Files

9

Last publish

Collaborators

  • kjin
  • ofrobots
  • google-admin
  • isaikevych
  • google-wombot
  • mayurkale22