1 Star 0 Fork 1.3K

送餐哥/easy_log

forked from plume开源社区/Plumelog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tank 提交于 2020-05-14 14:54 . 文档完善

EasyLog easy_log_dubbo 提供dubbo 跨服务传递traceID

使用注意事项
  1. dubbo依赖 scope是provided 所以需要自己引入依赖 当前filter是基于apache的版本。阿里版本需要自己写

         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo</artifactId>
             <version>2.7.3</version>
             <scope>provided</scope>
         </dependency>
  2. 引入模块后rpc调用时就会自动传traceId 但是请注意如果自己有自定义的filter,名字不能与当前filter名重复

    traceIdFilter=com.beeplay.easylog.dubbo.filter.TraceIdFilter

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/bugaoxing/easy_log.git
git@gitee.com:bugaoxing/easy_log.git
bugaoxing
easy_log
easy_log
master

搜索帮助

Cb406eda 1850385 E526c682 1850385