57uv6Z6g
MS4wLjABAAAA5qMD8Gzdcgq7HXUOviKB59i0-ybJ59jJvNzyaPt5XOsVNqP6DU7WLcoAXvdxvYdp💗
本站所有文章仅作技术研究,请勿非法破坏,请遵守相关法律法规,后果自负
【代码】Python3通过电脑摄像头拍摄照片并发送邮件
发表于
更新于
【笔记】通过kubeasz部署Kubernetes
发表于
更新于
【笔记】通过输出重定向编辑文件
发表于
更新于
【笔记】更换Docker镜像源
发表于
更新于
【代码】Solr快速入门
发表于
更新于
【代码】Lucene快速入门
发表于
更新于
【笔记】Solr安装笔记
发表于
更新于
【笔记】Eureka显示正确的网卡
发表于
更新于
【笔记】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实现解耦和流量削峰