SpringOne Platform 2016 Replay: An Introduction to Distributed Tracing and Zipkin
Recorded at SpringOne Platform 2016. Slides: http://www.slideshare.net/SpringCentral/how-to-properly-blame-things-for-causing-latency
Latency analysis is the act of blaming components for causing user perceptible delay. In today's world of microservices, this can be tricky as requests can fan out across polyglot components and even data-centers. In many cases, the root source of latency isn't a component, but rather a link between components.
This session will overview how to debug latency problems, using call graphs created by Zipkin. We'll use trace zipkin itself, setting up from scratch…