Skip to content

gsoria/jaeger-client-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jaeger-client-examples

This repo contains two projects to test jaeger-client-java. Both projects were created to test the integration with jaeger and identify the dependencies of jaeger-client-java.

Dependencies

It is necessary to have the all-in-one jaeger docker image running:

docker run -d --name jaeger   -e COLLECTOR_ZIPKIN_HTTP_PORT=9411   -p 5775:5775/udp   -p 6831:6831/udp   -p 6832:6832/udp   -p 5778:5778   -p 16686:16686   -p 14268:14268   -p 9411:9411   jaegertracing/all-in-one:1.6

Both projects assume the standard ports of jaeger.

jaeger-client-java-example

A basic simple maven-project, based in this course https://github.com/yurishkuro/opentracing-tutorial/tree/master/java but using the jaeger-client-java instead of uber dependencies. Send a example "hello" trace to jaeger with the parameter name.

jaeger-android

A basic android project, which test the jaeger client via UDP and Http. Allows to specify the IP of the collector, and depending on the selection, send a trace using HttpSender or UdpSender. Also, sets the brand and model tags with the information collected from the phone.

android

This is a trace sent with UDP protocol udp

This is a trace sent with Http protocol http

Trace details, showing 3 spans and the logs and tags for each of them. trace-details

About

Sample projects to test jaeger-client-java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published