@zaplabs/opencensus-exporter-instana
v0.0.14
Published
OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.
Downloads
3
Maintainers
Readme
OpenCensus Instana Trace Exporter
OpenCensus Instana Trace Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.
Instana is a distributed tracing system. Instana provides AI Powered Application and Infrastructure Monitoring, allowing you to deliver Faster With Confidence, and automatic Analysis and Optimization.
The library is in alpha stage and the API is subject to change.
Installation
Install OpenCensus Instana Exporter with:
npm install @opencensus/nodejs
npm install @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.
const tracing = require('@opencensus/nodejs');
const instana = require('@opencensus/exporter-instana');
tracing.start({
exporter: new instana.InstanaTraceExporter()
});
Useful links
- For more information on OpenCensus, visit: https://opencensus.io/
- For Instana project at https://www.instana.com/
- 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