https://github.com/imadcn/dubbo-extension
dubbo-framework工具扩展,RPC调用链路跟踪
https://github.com/imadcn/dubbo-extension
consumer dubbo log provider rpc
Last synced: 3 months ago
JSON representation
dubbo-framework工具扩展,RPC调用链路跟踪
- Host: GitHub
- URL: https://github.com/imadcn/dubbo-extension
- Owner: imadcn
- License: apache-2.0
- Created: 2017-11-13T11:20:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T07:25:08.000Z (over 7 years ago)
- Last Synced: 2025-07-12T23:22:18.168Z (9 months ago)
- Topics: consumer, dubbo, log, provider, rpc
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dubbo-framework工具扩展
[](https://travis-ci.org/imadcn/dubbo-extension)
[](https://maven-badges.herokuapp.com/maven-central/com.imadcn.framework/dubbo-extension)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
### 是什么
dubbo框架拓展,目前提供日志系统,打印消费者,服务者 rpc调用日志,根据调用id(uuid)来跨系统跟踪服务调用
### 怎么用
#### Maven
```xml
com.imadcn.framework
dubbo-extension
${latest.version}
```