Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 543 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 543 Bytes

Opentracing Zipkin example

An example application instrumented with tracing to show how requests flow between components. The Opentracing API is implemented to collect trace information and is configured to sent traces to a Zipkin server where it can be viewed through the Zipkin UI.

Run the example

Start the Zipkin server and example application docker-compose up

Example application can be viewed at: http://localhost:8080

Zipkin server can be viewed at http://localhost:9411