Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.21 KB

OpenTracing Tutorial - Java

Installing

The tutorials are using CNCF Jaeger (https://github.com/jaegertracing/jaeger) as the tracing backend, see here how to install it in a Docker image.

This repository uses Maven to manage dependencies. To install all dependencies, run:

cd opentracing-tutorial/java
mvn package

All subsequent commands in the tutorials should be executed relative to this java directory.

Lessons