1 Star 0 Fork 2

reader-opensource/pinpoint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dev-architecture.md 1.17 KB
一键复制 编辑 原始数据 按行查看 历史

Architecture

Pinpoint is comprised of 3 main components (Agent, Collector, Web UI), and a HBase storage.

Pinpoint Architecture

Components

Pinpoint Agent

Pinpoint Agent attaches itself to a host application (such as Tomcat) as a java agent to instrument various classes for tracing. When a class marked for tracing is loaded into the JVM, the Agent injects code around pre-defined methods to collect and send trace data to the Collector.

In addition to trace data, the agent also collects various information about the host application such as JVM arguments, loaded libraries, CPU usage, Memory Usage and Garbage Collection.

For a more detailed information, please take a look here.

Pinpoint Collector

The Collector listens for data sent by the Agents and writes them into the HBase storage.

Click here for more information.

Pinpoint Web

The Web provides users with various information collected by the Agents. These include an automatically generated server map, call stacks on distributed transactions, and various information on the host applications.

Click here for more information.

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

搜索帮助