Git Product home page Git Product logo

mypinpoint-plugin's Introduction

APM-pinpoint第三方插件

BRPC,XXL-JOB(执行器),TARS插件

  • 1,下载pinpoint源码https://github.com/naver/pinpoint.git
  • 2,本地安装好java6,java7,java8,java9(9可以使用高版本替代)
  • 3,将插件项目作为module导入到pinpoint的plugins目录下
  • 4,在plugins/assembly/pom.xml文件中添加插件依赖
<dependency>
    <groupId>com.navercorp.pinpoint.plugin.xxx</groupId>
    <artifactId>pinpoint-xxx-plugin</artifactId>
    <version>${project.version}</version>
</dependency>
  • 5,编译打包
mvn clean install  -DskipTests=true
  • 6,打包好了后,将pinpoint-XXX-plugin-XXX.jar插件jar文件放到pinpoint-agent/plugin/目录下, 插件依赖的包放到pinpoint-agent/lib/目录下,还需要把插件jar文件和其依赖的文件一同放到web和collector的/WEB-INF/lib目录下
  • 7,依次重启web,collector以及业务服务

BRPC

BRPC

XXLJOB

XXLJOB

mypinpoint-plugin's People

Contributors

wq2455175746 avatar

Stargazers

 avatar

Watchers

 avatar

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.