ryanjbaxter / ocr-zipkin

Zipkin server for OCR Spring Cloud Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocr-zipkin

CircleCI

Repo for OCR Zipkin service from my blog.

Running

$ git clone https://github.com/ryanjbaxter/ocr-zipkin
$ cd ocrzipkin
$ ./mvnw spring-boot:run

Alternatively you can run this application using the image from Docker Hub.

$ docker run -i -p 8282:8282 ryanjbaxter/ocr-zipkin

Using

Once the application is running you can go to http://localhost:9411 to see the Zipkin UI. Tracing from the other applications in the demo will be aggregated to this server. For example, if you have the OCR Races application running and you hit http://localhost:8282/participants this will generate log information that will be sent to Zipkin. You can then use the Zipkin UI to query the information.

About

Zipkin server for OCR Spring Cloud Sample


Languages

Language:Shell 54.4%Language:Batchfile 38.6%Language:Java 7.0%