当前位置:网站首页>Zipkin service link tracking
Zipkin service link tracking
2022-06-28 04:02:00 【gmHappy】
One 、Zipkin brief introduction
Zipkin Is an open source distributed tracking system , Every service to zipkin Report timing data ,zipkin According to the calling relationship Zipkin UI Generate dependency graph .
Zipkin Provides pluggable data storage :In-Memory、MySql、Cassandra as well as Elasticsearch. In order to facilitate the development environment, I directly adopted In-Memory Method for storage , Recommended for large production data Elasticsearch.
Two 、Zipkin Basic terminology
- Span
Basic work unit , for example , In a new span Send a RPC Equivalent to sending a response request to RPC,span Through one 64 position ID Unique identification ,trace Take another 64 position ID Express ,span And other data , For example, abstract 、 Timestamp event 、 Key notes (tags)、span Of ID、 And progress ID( Usually IP Address )
span Starting and stopping constantly , At the same time, time information is recorded , When you create a span, You have to stop it at some point in the future .
- Trace
A series of spans A tree structure of , for example , If you're running a distributed big data project , You may need to create a trace.
- Annotation
Used to record the existence of an event in time , Some core annotations Used to define the beginning and end of a request
cs - Client Sent - Client initiates a request , This annotion Describes this span The beginning of
sr - Server R
边栏推荐
猜你喜欢

品达通用权限系统(Day 5~Day 6)

AS 3744.1标准中提及ISO8191测试,两者测试一样吗?

【毕业季】研究生の毕业总结

Talking about cloud primitiveness, we have to talk about containers

JVM一:JVM入门以及Class文件认识

leetcode - 329. 矩阵中的最长递增路径

Staggered and permutation combination formula

Market competitiveness of robot programming education

MySQL master-slave replication, separation and resolution

解析教育机器人的综合应用能力
随机推荐
leetcode - 329. 矩阵中的最长递增路径
Learning - useful resources
Using elk to build a log analysis system (I) -- component introduction
PostgreSQL implements batch update, deletion and insertion
一千行 MySQL 学习笔记,值得收藏!
How the uni app automatically switches the requested address according to the environment
【小程序实战系列】电商平台源码及功能实现
Leetcode: monotonic stack structure (Advanced)
测不准原理
美创入选“2022 CCIA中国网络安全竞争力50强”榜单
电学基础知识整理(一)
vscode中出现无法在只读编辑器中编辑
Adder - Notes
Pychart shares third-party modules among different projects
关于 SY8120I 的DC-DC的降压芯片的学习(12V降至3.3V)
品达通用权限系统(Day 5~Day 6)
@Transactional失效的几种场景
继承
开关电源—Buck电路原理及其仿真
音频 scipy 中 spectrogram 的运作机制