@opencensus/exporter-zipkin
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23162
74
+ Added@opencensus/core@0.0.4(transitive)
- Removed@opencensus/core@0.0.3(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedhdr-histogram-js@1.2.0(transitive)
- Removedpako@1.0.11(transitive)
Updated@opencensus/core@^0.0.4