
pinpoint
jack-life
后端开发,java、go语言
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pinpoint安装部署实践
pinpoint安装部署实践原创 2017-08-10 10:11:16 · 1316 阅读 · 0 评论 -
Pinpoint中agent各个端口数据发送的过程
Agent程序启动后会调用DefaultAgent中的构造去创建很多的初始化,而agent发送的数据初始化过程也是从这里开始的!DefaultAgent.java DefaultAgent 加载 agent的信息(AgentInformation): this.agentInformation = agentInformationFactory.createAgentInf转载 2017-09-13 14:07:07 · 3937 阅读 · 0 评论 -
Pinpoint 插件开发
Pinpoint 插件开发原创 2017-09-15 10:35:38 · 3145 阅读 · 0 评论 -
pinpoint安装及介绍
Pinpoint 翻译自 Pinpoint 的 github 首页内容 Pinpoint是一个开源的 APM (Application Performance Management/应用性能管理)工具,用于基于Java的大规模分布式系统。 仿照 Google Dapper , Pinpoint 通过跟踪分布式应用之间的调用来提供解决方案,以帮助分析系统的总体结构和转载 2017-08-31 20:24:41 · 4688 阅读 · 0 评论