How To Integrate Jaeger Distributed Tracing With Spring Boot

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 15

  • @Kolliath
    @Kolliath 2 года назад +1

    Thank you so much! This video explains very clearly

  • @amithdk3595
    @amithdk3595 Год назад

    Hi Thanks for the video, Can you provide production quality setup with agents, collectors and storing the traces in a storage system.

  • @youssefbrini2901
    @youssefbrini2901 2 года назад

    bro u're the best !!

  • @AnthonySilver-000
    @AnthonySilver-000 3 года назад +1

    That was helpful :)

  • @ShubhamSharma-oq4hr
    @ShubhamSharma-oq4hr 2 года назад +1

    Very helpful

  • @mohammedafzal4550
    @mohammedafzal4550 Год назад

    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

  • @AbhishekKumar-rr8ov
    @AbhishekKumar-rr8ov 6 месяцев назад

    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.

  • @basavaraj2065
    @basavaraj2065 Год назад

    You didn't mention How UI was able to fetch span details ? Was it using in-memory database ?

  • @digisecureagent7679
    @digisecureagent7679 3 года назад

    I am thinking, so does Jaeger makes sense to be used in a highly traffic service?

  • @prudhvisaisuggala7677
    @prudhvisaisuggala7677 2 года назад

    do we get advantages over Zipkin?

  • @bhanuteja8739
    @bhanuteja8739 3 года назад

    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

    • @RefactorFirst
      @RefactorFirst  3 года назад

      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

  • @AhmedKhaled-he9mf
    @AhmedKhaled-he9mf 2 года назад

    Thanks very much for your efforts
    Kindly can make Jaeger web UI embedded in Spring without use Docker Jaeger ?

    • @RefactorFirst
      @RefactorFirst  2 года назад +1

      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.

  • @ShudhanshuPatidar
    @ShudhanshuPatidar 3 года назад

    Nice 👍