Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isno committed Feb 9, 2025
1 parent 7d4175d commit 7d8ed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observability/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Dapper 论文的发布,让治理复杂分布式系统迎来了转机,链路
图 9-11 由不同跨度组成的追踪树
:::

从链路追踪系统的实现来看,核心是在服务调用过程中收集 trace 和 span 信息,并汇总生成追踪树结构。接下来,笔者将从与分析两个方面展开,解析主流链路追踪系统的设计原理。
从链路追踪系统的实现来看,核心是在服务调用过程中收集 trace 和 span 信息,并汇总生成追踪树结构。接下来,笔者将从数据采集、数据展示(分析)两个方面展开,解析主流链路追踪系统的设计原理。

## 2. 数据采集

Expand Down

0 comments on commit 7d8ed85

Please sign in to comment.