Giter Site home page Giter Site logo

cat-dubbo-monitor's Introduction

Dubbo调用进行拦截,并加入到CAT监控。

源码源自CAT框架埋点方案集成/dubbo。源码改动内容有如下:

  • 项目名cat-monitor更改为cat-dubbo-monitor
  • 修复pom.xml的依赖声明
  • 修改源码文件CatTransaction.java去掉commons-lang的依赖

安装到本地仓库命令:

mvn clean install

客户端依赖声明方式:

<dependency>
    <groupId>net.dubboclub</groupId>
    <artifactId>cat-dubbo-monitor</artifactId>
    <version>0.0.6</version>
</dependency>

或者使用我托管的仓库fanlychie-maven-repo直接声明依赖:

<repositories>
    <repository>
        <id>fanlychie-maven-repo</id>
        <url>https://raw.github.com/fanlychie/maven-repo/releases</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>net.dubboclub</groupId>
        <artifactId>cat-dubbo-monitor</artifactId>
        <version>0.0.6</version>
    </dependency>
</dependencies>

接入方式:只需要声明依赖包,不需要做任何配置。接入后,在cat中会出现cross报表,dependency,服务端的matrix以及调用链路的trace信息。


效果图:

cat-dubbo-monitor接入效果图

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.