@opencensus/exporter-zipkin
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "@opencensus/exporter-zipkin", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "OpenCensus Zipkin Exporter allows the user to send collected traces with OpenCensus Node.js to Zipkin.", | ||
@@ -65,4 +65,4 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opencensus/core": "^0.0.16" | ||
"@opencensus/core": "^0.0.17" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # OpenCensus Zipkin Trace Exporter | ||
[Zipkin](http://zipkin.io/) is a distributed | ||
[Zipkin](https://zipkin.io/) is a distributed | ||
tracing system. It helps gather timing data needed to troubleshoot | ||
@@ -24,6 +24,6 @@ latency problems in microservice architectures. It manages both the | ||
To use [Zipkin](http://zipkin.io/) as your exporter, first, download from any of the three available options on [Quickstart](https://zipkin.io/pages/quickstart.html): through Docker, on Java or manually compiling the source code. Tests were executed running Zipkin with Java, through the following commands on terminal: | ||
To use [Zipkin](https://zipkin.io/) as your exporter, first, download from any of the three available options on [Quickstart](https://zipkin.io/pages/quickstart.html): through Docker, on Java or manually compiling the source code. Tests were executed running Zipkin with Java, through the following commands on terminal: | ||
```bash | ||
wget -O zipkin.jar 'https://search.maven.org/remote_content?g=io.zipkin.java&a=zipkin-server&v=LATEST&c=exec' | ||
curl -sSL https://zipkin.io/quickstart.sh | bash -s | ||
java -jar zipkin.jar | ||
@@ -30,0 +30,0 @@ ``` |
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
26692
+ Added@opencensus/core@0.0.17(transitive)
- Removed@opencensus/core@0.0.16(transitive)
Updated@opencensus/core@^0.0.17