Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opencensus/exporter-zipkin

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/exporter-zipkin - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "@opencensus/exporter-zipkin",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.",

@@ -55,4 +55,4 @@ "main": "build/src/index.js",

"dependencies": {
"@opencensus/core": "^0.0.3"
"@opencensus/core": "^0.0.4"
}
}

@@ -31,3 +31,4 @@ # OpenCensus Zipkin Exporter for Node.js

// Add your zipkin url and application name to the Zipkin options
// Add your zipkin url (ex http://localhost:9411/api/v2/spans)
// and application name to the Zipkin options
var options = {

@@ -37,3 +38,3 @@ url: 'your-zipkin-url',

}
var exporter = new zipkin.Zipkin(options);
var exporter = new zipkin.ZipkinTraceExporter(options);
```

@@ -47,3 +48,4 @@

// Add your zipkin url and application name to the Zipkin options
// Add your zipkin url (ex http://localhost:9411/api/v2/spans)
// and application name to the Zipkin options
const options = {

@@ -50,0 +52,0 @@ url: 'your-zipkin-url',

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc