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

@opencensus/exporter-zipkin

Package Overview
Dependencies
Maintainers
7
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.16 to 0.0.17

4

package.json
{
"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 @@ ```

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