RabbitMQ download link: https://www.rabbitmq.com/download.html
Erlang installation link :https://www.erlang.org/downloads
Zipkin Quickstart:https://zipkin.io/pages/quickstart
Commands used:
rabitmq-plugins enable rabbitmq_management
localhost:9411/zipkin
java -jar jipkinservername.jar
SET RABBIT_URI=amqp://localhost
java -jar jipkinservername.jar
In this video we will learn all about how to implement zipkins distributed tracing in a microservices application
Our Zipkin service will serve as the store for all our spans. Each span is sent to this service and collected into traces for future identification.
Zipkin works by sampling actions on a server. By setting the spring.sleuth.sampler.percentage to 1.0, we are setting the sampling rate to 100%. The skip pattern is simply a regex used for excluding spans whose name matches.
The skip pattern will block all spans from being reported that start with the word ‘cleanup'. This is to stop spans originating from the spring session code base.
Support Us by Connecting
Website: https://tecnotabs.com
Facebook: / tecnotab99
Instagram: https://www.instagram.com/?hl=en