Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiechowka committed Aug 20, 2016
1 parent 9b4f5fa commit 43b6485
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

Work in Progress

This shows how to create client in Cujojs-rest zipkin instrumented library, server in Spark java and how to trace communication between them.
This shows how to create client in Cujojs-rest zipkin instrumented library, server in Spark java and how to trace communication between them using [Wingtips](https://github.com/Nike-Inc/wingtips)

How to run: start Zipkin on localhost, start SparkServer.java, then run:
`node CujojsClient.js`
##How to run:
1. Run `npm install` in project root directory
2. Start Zipkin on localhost - [Download](http://zipkin.io/pages/quickstart.html)
3. Compile and start SparkServer.java
4. Run from `/src` directory: `node CujojsClient.js`

Navigate to: `http://localhost:9411` to see all the traces.

Expand All @@ -15,6 +18,3 @@ Navigate to: `http://localhost:9411` to see all the traces.

###Current Issues
1. [openzipkin/zipkin-js/issues/33](https://github.com/openzipkin/zipkin-js/issues/33)
2. [Nike-Inc/wingtips/issues/14](https://github.com/Nike-Inc/wingtips/issues/14)


0 comments on commit 43b6485

Please sign in to comment.