This is a simple example that demonstrates how to use the OpenTelemetry SDK to instrument a simple application using Zipkin as trace exporter.
../gradlew shadowJar
docker run --rm -it --name zipkin \ -p 9411:9411 \ openzipkin/zipkin:2.21
java -cp build/libs/opentelemetry-examples-zipkin-0.1.0-SNAPSHOT-all.jar io.opentelemetry.example.zipkin.ZipkinExample localhost 9411
Navigate to http://localhost:9411/zipkin and click on search.