Releases: sofastack/sofa-tracer
Releases · sofastack/sofa-tracer
v3.0.1
v3.0.0
v2.2.2
v2.2.1
v2.2.0
⭐️New Features
- SOFATracer support Zipkin version 2.X.X. #23
- SOFATracer support HttpClient plugin and also sync/async usage. #17
- SOFATracer support ARK plugin. #61
- SOFA tracer support standard datasource plugin. #53
🐞Bug fixes
- Fix SOFARPC tracer model compatible with Zipkin. #65
- Fix SOFATracer remote report data to Zipkin version 2.1.X problem. #57 #60
🔨Optimize
- Use CAS operation to eliminate synchronized block in Sample Implementation. #51
- Optimize auto-configuration. #71
🔨Code or Document Refactor
- Update ReadMe #67
- Change SOFATracer Usage Document to http://www.sofastack.tech
v2.1.4
v2.1.3
v2.1.2
🐞Bug fixes
- Fix typo of TracerLogRootDaemon. #35
- Fix SOFATracer Report to Zipkin enabled true when Zipkin dependency is on classpath. #28
- Fix Slf4j and Log4j Dependency optimization. #39
- Fix supported to receive tracing context from previous node and send full traceid to zipkin. #30
- Fix traceId generated performance problem. #11
- Fix SOFATracer dependency management and provide tracer-all dependency. #20
- Fix Tracer-TimedAppender thread should set daemon. #26
- Add issue&pr template. #25
🔨Code Refactor
❤️ We’d like to thank all the contributors who worked on our current release!
v2.1.1
1.发布说明介绍
修复并发初始化时,Span 日志打印缺失问题;并同时补充了部分些测试用例。
2.兼容性说明
与之前版本兼容
3.修复功能
#7 修复并发初始化时,Span 日志的打印可能导致缺失。 @guanchao-yang
v2.1.0
1.发布说明介绍
SOFATracer 是蚂蚁金服开发的基于 OpenTracing 规范 的分布式链路跟踪系统,其核心理念就是通过一个全局的 TraceId
将分布在各个服务节点上的同一次请求串联起来。通过统一的 TraceId
将调用链路中的各种网络调用情况以日志的方式记录下来同时也提供远程汇报到 Zipkin 进行展示的能力,以此达到透视化网络调用的目的。
2.兼容性说明
与之前版本兼容
3.新增功能
- 提供异步落地磁盘的日志打印能力
- 支持日志自清除和滚动能力
- 基于 SLF4J MDC 的扩展打印
traceId
和spanId
- 对接 Zipkin 进行界面展示能力的能力
- 统一配置能力