
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@zaplabs/opencensus-exporter-instana
Advanced tools
OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.
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.
Install OpenCensus Instana Exporter with:
npm install @opencensus/nodejs
npm install @opencensus/exporter-instana
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()
});
0.0.14 - 2019-06-04
FAQs
OpenCensus Instana Exporter allows the user to send collected traces with OpenCensus Node.js to Instana.
The npm package @zaplabs/opencensus-exporter-instana receives a total of 0 weekly downloads. As such, @zaplabs/opencensus-exporter-instana popularity was classified as not popular.
We found that @zaplabs/opencensus-exporter-instana demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 26 open source maintainers collaborating on the project.
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.