Implementing Microservices Tracing with Spring Cloud and Zipkin

August 9, 2016
SpringOne Platform 2016 Speakers: Reshmi Krishna, Platform Architect, Pivotal; Marcin Grzejszczak, Principal Software Engineer, Pivotal 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!
Previous
Implementing Config Server and Extending It
Implementing Config Server and Extending It

SpringOne Platform 2016 Speaker: Clint Checketts; Software Engineer, Domo Spring Cloud Config Server is a ...

Next Presentation
Spring Cloud on AWS
Spring Cloud on AWS

SpringOne Platform 2016 Speaker: Agim Emruli; Software Architect, Mimacom Spring Cloud allows to implement ...