Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

OpenTelemetry

If you are interested in using the OpenTelemetry SDK as the OpenTracing tracer implementation instead of the Jaeger client, check out the blog post "Migrating from Jaeger client to OpenTelemetry SDK", which uses the lesson 4 as example.