@deal/opencensus-exporter-instana
v0.0.7
Published
OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.
Downloads
5
Readme
OpenCensus Instana Exporter for Node.js
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
- For more information on OpenCensus, visit: https://opencensus.io/
- To checkout the OpenCensus for Node.js, visit: https://github.com/census-instrumentation/opencensus-node
- For help or feedback on this project, join us on gitter