提交 f59cdb2b 编写于 作者: oldratlee's avatar oldratlee 🔥

= improve docs of requirement scenario

上级 51998a83
......@@ -68,7 +68,7 @@
下面是几个典型场景例子。
1. 分布式跟踪系统
1. 分布式跟踪系统 或 全链路压测(即链路打标)
2. 日志收集记录系统上下文
3. `Session``Cache`
4. 应用容器或上层框架跨应用代码给下层`SDK`传递信息
......
......@@ -22,12 +22,14 @@
-------------------------------
## 🔎 1. 分布式跟踪系统
## 🔎 1. 分布式跟踪系统 或 全链路压测(即链路打标)
关于『分布式跟踪系统』可以了解一下`Google``Dapper`(介绍的论文:[中文](http://bigbully.github.io/Dapper-translation/)| [英文](http://research.google.com/pubs/pub36356.html))。分布式跟踪系统作为基础设施,不会限制『使用线程池等会池化复用线程的组件』,并期望对业务逻辑尽可能的透明。
分布式跟踪系统的实现的示意Demo参见[`DistributedTracerUseDemo.kt`](../src/test/java/com/alibaba/demo/distributed_tracer/refcount/DistributedTracerUseDemo.kt)
从技术能力上讲,全链路压测 与 分布式跟踪系统 是一样的,即链路打标。
PS: 多谢 [@wyzssw](https://github.com/https://github.com/wyzssw) 对分布式追踪系统场景说明交流和实现上讨论建议:
- [Issue: 分布式追踪系统场景下,如何使用TTL](https://github.com/alibaba/transmittable-thread-local/issues/53)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册