【笔记】Sleuth & Zipkin 学习笔记
前言
Distributed tracing for spring cloud(Github)
spring-cloud/spring-cloud-sleuth为链路跟踪工具,可以在日志中生成链路跟踪记录
Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data.(Github)
openzipkin/zipkin为图表生成工具,可以搭配Sleuth将链路信息生成图表展示
rabbitmq/rabbitmq-server配合spring-cloud/spring-cloud-sleuth和openzipkin/zipkin实现解耦和流量削峰