candyleer / jaeger-java-hello-world

simple example for jaeger tracing system, easy to understand, easy to develop
MIT License
6 stars 1 forks source link
hello-world jaeger-java jaegertracing

jaeger-java-hello-world

simple example for jaeger tracing system, easy to understand, easy to develop

this project is an example for jaeger project which implement opentracing some basic concepts you may learn from here .

this is a custom code to trace for current example ,after learning about this,you may want to do the tracing by don't modify this business code,which means instrument quietly,this will be done in project jaeger-java-agent in the future.

Why this project exist?

when i know about jaeger, i have many question by how to start,how to understand these concepts in opentracing and jaeger i remember that i follow the nodejs code to start the java code. so i want to create these example to instruct some guys who need.

Steps:

this all-in-one docker will start three core component.jaeger-agent,jaeger-collector,jaeger-query visit the web page by http://localhost:16686