Microservices Tracing with Spring Cloud Sleuth & Zipkin | Microservices #8

preview_player
Показать описание
In this video I will show how to trace requests between microservices using Spring Cloud Sleuth and Zipkin. Spring Cloud Sleuth will help me identify the logs from a single request between all the microservices. And Zipkin will show me the elapsed times at the microservices.

Content:
* Add and configure Spring Cloud Sleuth and Zipkin to a project;
* How Spring Cloud Sleuth adds the trace id and span id to the log lines;
* What is the difference between the trace id and the span id;
* How to create custom span id;
* How to trace a latency with Zipkin.

Icons:
Рекомендации по теме
Комментарии
Автор

I like your approach to make videos. They are substantive and concise.

germanmalinovsky
Автор

Dude! This is such a simple yet amazing explanation. Very brief but practical and easy to understand compared to those complex tutorials. Thanks for this!

chandragie
Автор

За 7 минут я понял всю базу и даже не представляю, как я мог жить без этих инструментов раньше

Poriks
Автор

short n clear to the point tutorial, subscribed!

marypaul
Автор

Thanks for your video. It was really helpful.

DanMoldovan
Автор

clear presentation, very good, thank you

jasonw
Автор

Hello sir you have the way to run query button that in zipkin ui without run manaully and repeat run query every ms?

rith-szjs
Автор

Is it possible to log traces to the authorization server?
I couldn't do it out of the box

OfDreamAndDrama
Автор

Sleuth is removed from spring cloud 2022 (spring boot 3), could you do a vid on their new recommendation. micrometer.

songbaiyin
Автор

I tried to use it with spring 3.1.1 but its not working. Can you teach how to do it on the new version of Spring??

ANDREZENPS
Автор

Hello ! Great video. Can you have a video about CI/CD for Microservices with spring boot & spring cloud ? Because I saw a little documentation about it. Thanks a lot.

thanhlocnguyen
Автор

Hello,
Could you explain how you setup your zipkin server, the one that run on 9411 ?
I'm trying to setup a zipkin with java 19 and spring boot 3 but i found nothing on internet.
Thank you !

alexandredupre
Автор

is it possible to display the logs with JSON format using Log4j2 and Spring Sleuth ?

muralimohanarao
Автор

Bro could you please do one video how we manage logs in micro service? As of now elk is paid right? So is any other alternatives

sujithg
Автор

Sleuth tracer id does not propagate on another thread.

USONOFAV
Автор

sir could u make video video with micrometer coz slueth is deprecated in 2022

SajjadAhmed-lcdr