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

0.1.0 • Public • Published

OpenCensus Trace Context Format Propagation for Node.js

Gitter chat

OpenCensus Trace Context 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 TraceContex Propagation with:

npm install @opencensus/propagation-tracecontext

Usage

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

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

const traceContext = new propagation.TraceContextFormat();

tracing.start({propagation: traceContext});

Similarly for Typescript:

import * as tracing from '@opencensus/nodejs';
import { TraceContextFormat } from '@opencensus/propagation-tracecontext';

const traceContext = new TraceContextFormat();

tracing.start({propagation: traceContext});

Useful links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1,536
    • latest

Version History

Package Sidebar

Install

npm i @opencensus/propagation-tracecontext

Weekly Downloads

2,253

Version

0.1.0

License

Apache-2.0

Unpacked Size

27.3 kB

Total Files

9

Last publish

Collaborators

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