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

zipkin-javascript-opentracing

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin-javascript-opentracing - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0

.travis.yml

20

package.json
{
"name": "zipkin-javascript-opentracing",
"version": "0.2.2",
"version": "1.0.0",
"description": "An opentracing implementation for zipkin",

@@ -41,11 +41,17 @@ "main": "index.js",

},
"peerDependencies": {
"opentracing": "*",
"zipkin": ">=0.9.0",
"zipkin-transport-http": ">=0.9.0"
},
"homepage": "https://github.com/costacruise/zipkin-javascript-opentracing#readme",
"devDependencies": {
"express": "^4.15.3",
"jest": "^20.0.4",
"nodemon": "^1.11.0",
"opentracing": "^0.14.1",
"zipkin": "^0.7.3",
"zipkin-transport-http": "^0.7.3"
"coveralls": "^3.0.0",
"express": "^4.16.2",
"jest": "^21.2.1",
"nodemon": "^1.12.1",
"opentracing": "*",
"zipkin": ">=0.9.0",
"zipkin-transport-http": ">=0.9.0"
}
}

@@ -1,9 +0,10 @@

[![wercker status](https://app.wercker.com/status/3f93bfdfe9b3d664fd8f9f6f4aa3132f/m/ "wercker status")](https://app.wercker.com/project/byKey/3f93bfdfe9b3d664fd8f9f6f4aa3132f)
# Zipkin-Javascript-Opentracing
# Zipkin-Javascript-Opentracing [![Build Status](https://travis-ci.org/costacruise/zipkin-javascript-opentracing.svg?branch=master)](https://travis-ci.org/costacruise/zipkin-javascript-opentracing) [![Coverage Status](https://coveralls.io/repos/github/costacruise/zipkin-javascript-opentracing/badge.svg?branch=master)](https://coveralls.io/github/costacruise/zipkin-javascript-opentracing?branch=master)
## Installation
## Usage
Please see the examples in the `examples/` directory.
Run `npm install --save zipkin-javascript-opentracing` to install the library.
For usage instructions, please see the examples in the [`examples/`](examples/) directory.
There is a [basic](examples/basic/) example that shows how to use the tracer in the context of a single express server and there is an [advanced](examples/advanced/) example that shows how multiple services (express API and frontend) might interact and share a tracing context.
## Limitations

@@ -36,3 +37,3 @@

All examples need to run zipkin on `"localhost:9411"`. This is best achieved by a docker image.
All examples need to run zipkin on `"localhost:9411"`. This is best achieved by using docker:

@@ -43,4 +44,2 @@ ```bash

Is the best method to achieve this.
### Basic

@@ -55,7 +54,1 @@

You can run the example with `npm run example:advanced`.
## TODOS
- [ ] be able to set sampler
- [ ] investigate other easy win tags

Sorry, the diff of this file is not supported yet

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