侠梦说pinpoint--界面上的图标之AgetnInfo数据研究

时间:2019-12-12 19:30:10   收藏:0   阅读:77
前言

技术分享图片

从agent启动开始
 Sending AgentInfo TAgentInfo....
 hostname:izwz98jc3nwxdjxg1yfd1hz, ip:172.xx.xx, ports:, 
 agentId:testboot_agentId, applicationName:testboot_45, 
 serviceType:1210, pid:28277, agentVersion:1.8.0,

 AgentInfo sent.
@AgentId String agentId, 
@ApplicationName String applicationName, 
@Container boolean isContainer, 
@AgentStartTime long agentStartTime, 
@ApplicationServerType ServiceType serverType

技术分享图片

技术分享图片

   // service type
        this.applicationServerType = readString("profiler.applicationservertype", null);
插件声明类型

技术分享图片

boolean detect(ConditionProvider provider);
ServiceType STAND_ALONE = of(1000, "STAND_ALONE", RECORD_STATISTICS);

技术分享图片

技术分享图片

profiler.jboss.traceEjb=false
profiler.applicationservertype=JBOSS

欢迎来公众号【侠梦的开发笔记】 一起交流进步

原文:https://www.cnblogs.com/hyq0823/p/12030984.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!