@deal/opencensus-exporter-instana
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

OpenCensus Instana Exporter for Node.js

Gitter chat

OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.

This project is still at an early stage of development. It's subject to change.

Installation

Install OpenCensus Instana Exporter with:

npm install @deal/opencensus-nodejs
npm install @deal/opencensus-exporter-instana

Usage

To use Instana as your exporter, first ensure that you have an Instana agent running on your system and reporting to your environment. The Instana OpenCensus exporter directly communicates with the Instana agent in order to transmit data to Instana.

var tracing = require('@deal/opencensus-nodejs');
var instana = require('@deal/opencensus-exporter-instana');

tracing.start({
  exporter: new instana.InstanaTraceExporter()
});

Useful links

Package Sidebar

Install

npm i @deal/opencensus-exporter-instana

Weekly Downloads

0

Version

0.0.7

License

Apache-2.0

Unpacked Size

23.2 kB

Total Files

7

Last publish

Collaborators

  • curated-infra
  • dealeng
  • curated-dependabot