java-spring-jaeger icon indicating copy to clipboard operation
java-spring-jaeger copied to clipboard

Jaeger sample java client application without SpringBoot

Open jithesh124 opened this issue 3 years ago • 1 comments

I have been looking for a sample java client application using "io.jaegertracing.Configuration" to embed the tracepoints in my product jar. Kindly let me know some samples.

For example , my product jar is running in one docker container and need to trace those jar using the jaeger agent.

jithesh124 avatar Apr 08 '21 15:04 jithesh124

Such a question should be posted somewhere else ;-) BTW, you can find some java examples here: https://github.com/opentracing-contrib/java-benchmarks/tree/master/opentracing-benchmark-simple-java

cmoulliard avatar Jun 08 '21 13:06 cmoulliard