An open API service indexing awesome lists of open source software.

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调用链路跟踪

Awesome Lists containing this project

README

          

## dubbo-framework工具扩展

[![Build Status](https://travis-ci.org/imadcn/dubbo-extension.svg?branch=master)](https://travis-ci.org/imadcn/dubbo-extension)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.imadcn.framework/dubbo-extension/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.imadcn.framework/dubbo-extension)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

### 是什么
dubbo框架拓展,目前提供日志系统,打印消费者,服务者 rpc调用日志,根据调用id(uuid)来跨系统跟踪服务调用

### 怎么用
#### Maven

```xml

com.imadcn.framework
dubbo-extension
${latest.version}

```