Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@zaplabs/opencensus-exporter-instana

Package Overview
Dependencies
8
Maintainers
26
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zaplabs/opencensus-exporter-instana

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


Version published
Maintainers
26
Created

Changelog

Source

0.0.14 - 2019-06-04

  • Exporter/Stats/Stackdriver: Add support for exemplar
  • exporter-stackdriver: Add support the credentials option used for authentication instead of your application default credentials
  • Update dependency @types/nock to v10
  • Object Trace Exporter for programatic span access
  • Update dependency axios to ^0.19.0 [SECURITY]
  • Refactor resource util to match specs
  • Update dependency jaeger-client to ~3.15.0
  • Trace Context Propagation: return null instead of empty spancontext
  • Update dependency gcp-metadata to v2
  • Fix duplicate spans issue and clean up
  • chore(deps): update dependency nyc to v14.1.1
  • chore: add node 12 ci job

Readme

Source

OpenCensus Instana Trace Exporter

Gitter chat

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()
});

Keywords

FAQs

Last updated on 07 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc