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

0.1.0 • Public • Published

OpenCensus Stackdriver Propagation for Node.js

Gitter chat

OpenCensus Stackdriver Propagation allow 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 Stackdriver Propagation with:

npm install @opencensus/propagation-stackdriver

Usage

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

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

const sd = propagation.v1;

tracing.start({propagation: sd});

Similarly for Typescript:

import * as tracing from '@opencensus/nodejs';
import * as propagation from '@opencensus/propagation-stackdriver';

const sd = propagation.v1;

tracing.start({propagation: sd});

Useful links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    162,691
    • latest

Version History

Package Sidebar

Install

npm i @opencensus/propagation-stackdriver

Weekly Downloads

195,305

Version

0.1.0

License

Apache-2.0

Unpacked Size

32 kB

Total Files

12

Last publish

Collaborators

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