6Jyc5p+a

MS4wLjABAAAA5qMD8Gzdcgq7HXUOviKB59i0-ybJ59jJvNzyaPt5XOsVNqP6DU7WLcoAXvdxvYdp💗
本站所有文章仅作技术研究,请勿非法破坏,请遵守相关法律法规,后果自负

前言

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-sleuthopenzipkin/zipkin实现解耦和流量削峰

阅读全文 »

前言

Turbine is a tool for aggregating streams of Server-Sent Event (SSE) JSON data into a single stream. The targeted use case is metrics streams from instances in an SOA being aggregated for dashboards.(Github

通过Turbine实现聚合Hystrix监控数据,连接多台服务器,抓取日志数据,进行聚合,交给仪表盘在同一个监控界面进行展示

阅读全文 »
0%