Welcome to Simple Programming
In this video, let us take a look at how to configure zipkin as a stream server, using kafka and cassandra
Zipkin is going to make use of the spring cloud sleuth component to obtain the log tracing informations and display them in a colorful UI picutrization
Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud Components
Sleuth consists of Spans and Tracers
A Span is the basic unit of work.
A set of spans forming a tree-like structure called a Trace
Which requests should be traced? By default, the threshold is 10%, or 0.1, though you may override it by specifying a sampling percentage