Refactor First - This is working fine if microservices is communicating each other with Rest API , but if microservices is communicating via GRPC its not working. Please suggest. Thanks in advance.
Here is the git repo github.com/amrutprabhu/distributed-tracing-with-spring-boot/tree/main/distributed-tracing-spring-cloud-jaeger.. you can also read about it on refactorfirst.com/distributed-tracing-spring-boot-opentracing-jaeger.html
I doubt that is possible. This is more of a server to accept the traces and shows on the ui. Embedding it would not help as you would need an address to post your traces.
Thank you so much! This video explains very clearly
Hi Thanks for the video, Can you provide production quality setup with agents, collectors and storing the traces in a storage system.
bro u're the best !!
That was helpful :)
Very helpful
Hi , but when I try to connect to database with the cloud starter dependency it's giving error , are they incompatible can you explain this
Refactor First - This is working fine if microservices is communicating each other with Rest API , but if microservices is communicating via GRPC its not working. Please suggest. Thanks in advance.
You didn't mention How UI was able to fetch span details ? Was it using in-memory database ?
I am thinking, so does Jaeger makes sense to be used in a highly traffic service?
do we get advantages over Zipkin?
Can share the gihub repo? what configuration have you done other than adding dependency? how are logs printing in console? please share the gihub code
Here is the git repo github.com/amrutprabhu/distributed-tracing-with-spring-boot/tree/main/distributed-tracing-spring-cloud-jaeger.. you can also read about it on refactorfirst.com/distributed-tracing-spring-boot-opentracing-jaeger.html
Thanks very much for your efforts
Kindly can make Jaeger web UI embedded in Spring without use Docker Jaeger ?
I doubt that is possible. This is more of a server to accept the traces and shows on the ui. Embedding it would not help as you would need an address to post your traces.
Nice 👍