Implementing Microservices tracing with Spring Cloud and Zipkin

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • Recorded at SpringOne Platform 2016.
    Speakers: Marcin Grzejszczak, Reshmi Krishna
    Slides: www.slideshare....
    2015 was the year of microservices. It’s already common knowledge that creating distributed systems is not easy. It’s 2016 and it’s time to show how that complexity can be contained.
    Service Discovery and Registry (Zookeeper / Consul / Eureka), easy request sending with client side load balancing (Feign + Ribbon), request proxying with Zuul. Everything is easy with Spring Cloud. Just add a dependency, a couple of lines of configuration and you’re ready to go.
    That’s fixing difficulties related to writing code - what about solving the complexity of debugging distributed systems? Log correlation and visualizing latency of parts of the system? Spring Cloud Sleuth to the rescue!
    In this presentation, we’ll describe how to do distributed tracing with Spring Cloud Sleuth and Zipkin. Additionally, we'll show a demo of incorporating these technologies into an existing stock trading application. By the end, you should feel empowered to add distributed tracing into your own applications!

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

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

    Wow! Amazing talk. Very relevant

  • @shivamkashyap5252
    @shivamkashyap5252 4 года назад

    Great Demo , thanks a ton , one suggestion for all the questions that spectators ask can you add caption into the video.
    once again great demo

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

    Excellent demo!

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

    How do we use Slueth dependency along with Graphql in spring boot? Both the dependencies are giving conflicts and dependencyExceptions.

  • @timmark4190
    @timmark4190 7 лет назад +2

    Great demo. Any Git URL for the code shown in the demo. Thanks

    • @purujitsaha1394
      @purujitsaha1394 6 лет назад

      It was mentioned in the last slide,
      github.com/reshmik/cf-SpringBootTrader.git