wusheng
bd992a5e2a
提交新的编译指导文档
2016-08-14 10:21:00 +08:00
wusheng
34a9d26b82
移除错误的提交信息
2016-08-14 09:56:54 +08:00
wusheng
fcd51c4cd6
移除错误的文件。
2016-08-14 09:55:48 +08:00
ascrutae
c9b6eadeb9
修改如果返回值为null,parameter的ret赋值为null
2016-08-14 09:37:36 +08:00
ascrutae
98b5085f53
修复bug
2016-08-13 23:34:07 +08:00
ascrutae
598275b8fd
修复提交错误
2016-08-12 15:50:23 +08:00
ascrutae
f50566dc6d
修复bug
2016-08-12 15:38:47 +08:00
ascrutae
fa2fdb4e95
完成自定义拦截插件
2016-08-12 07:06:36 +08:00
ascrutae
e52c50c06b
Merge branch 'master' of https://github.com/wu-sheng/sky-walking
2016-08-11 13:48:04 +08:00
ascrutae
6c7726ab31
提交DubboxRest测试工程以及修复部分bug
2016-08-11 13:47:43 +08:00
wusheng
edd0365fad
移除不适合以javaagent模式启动的插件,避免混合使用造成classloader出现问题。
2016-08-11 10:44:14 +08:00
吴晟 Wu Sheng
1c14cfc69e
修改支持组件的说明
2016-08-11 10:36:05 +08:00
ascrutae
eaf14c6a49
修复页面描述不符的问题 修复授权文件下载
2016-08-10 22:37:18 +08:00
ascrutae
d3e9b3ccd3
解决编译问题
2016-08-10 18:56:02 +08:00
ascrutae
e53df0880f
修复CI编译出错
2016-08-10 18:30:12 +08:00
ascrutae
d606174e79
提交新版本功能
2016-08-10 18:26:31 +08:00
wusheng
b8577d4a48
更新文档内容
2016-08-08 09:28:40 +08:00
ascrutae
d44ba6d741
Merge remote-tracking branch 'origin/master'
2016-08-05 15:57:37 +08:00
ascrutae
05a9fbee83
1. 新增protocol参数viewpoint
2016-08-05 15:57:24 +08:00
wusheng
2fc8339d20
1.0-Final传输及缓存文件协议文档。
2016-08-04 23:02:34 +08:00
wusheng
e9362cb9ff
Merge branch 'master' of https://github.com/wu-sheng/sky-walking
...
# By 吴晟 Wu Sheng
# Via GitHub
* 'master' of https://github.com/wu-sheng/sky-walking :
Update protocol.md
2016-08-04 16:10:28 +08:00
wusheng
8d3bf28d89
no message
2016-08-04 16:10:10 +08:00
吴晟 Wu Sheng
1fbebe8415
Update protocol.md
2016-08-04 16:09:37 +08:00
wusheng
571d38c2a3
上传新的网络和缓存文件协议的描述。
2016-08-04 15:17:37 +08:00
ascrutae
9a741317ea
1. 移除BootPlugin模式, 2. 修改JDBC插件模式
2016-08-04 14:01:13 +08:00
ascrutae
306652bc7d
1. 修复编译问题
2016-08-04 13:33:25 +08:00
ascrutae
5b451c8d1b
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# skywalking-collector/skywalking-sdk-plugin/tomcat-7.x-8.x-plugin/src/main/java/com/ai/cloud/skywalking/plugin/tomcat78x/TomcatPluginInterceptor.java
2016-08-04 13:31:05 +08:00
ascrutae
b6d262c2fa
1. 重构代码 2. 修复序列化问题
2016-08-04 13:30:35 +08:00
wusheng
c5bf7b810e
1.修正MethodInterceptResult引起的before/after不匹配的问题. 2.移除AroundInterceptor中handleMethodException无用的ret参数。
2016-08-03 10:37:21 +08:00
ascrutae
d655c23c36
处理JDBC插件
2016-08-03 00:30:04 +08:00
ascrutae
61d797607a
Merge remote-tracking branch 'origin/master'
2016-08-03 00:13:43 +08:00
ascrutae
8594973403
修改Dubbo插件
2016-08-03 00:13:29 +08:00
wusheng
171896ca54
格式化的问题
2016-08-02 23:03:53 +08:00
wusheng
f3f1af7d6e
优先判断缓存容器
2016-08-02 23:00:11 +08:00
wusheng
d6507d2fea
调准全套的classloader机制,实现自己的classload。保证类所在的classload关系正确。
...
遗留问题:dubbo插件实现模式错误,应该考虑增强MonitorFilter的invoke方法,而不是新增Filter,新增Filter由于dubbo以spi模式运行,会有问题。
另外,JDBC插件不应该根据url去查找驱动,应该在当前的DriverManager的其他注册驱动中去寻找合适的,进行调用后,包装返回。
2016-08-02 21:43:33 +08:00
wusheng
fea63c4405
修复因为版本升级造成的编译错误。
2016-08-01 10:38:39 +08:00
wusheng
dc197355ee
修复大小写问题。
2016-08-01 10:13:30 +08:00
wusheng
f0c0474197
为transform增加Listenser。修改AbstractClassEnhancePluginDefine,满足模糊匹配类名进行transform的要求。
2016-08-01 09:51:07 +08:00
ascrutae
0149955444
merger master to master
2016-08-01 07:22:20 +08:00
ascrutae
c83792cd03
1. 修复Logger插件导致Classloader问题
...
2. 修复logger日志的输出路径问题
3. 修复Bytebuddy的Agent的类过滤的效率问题
2016-08-01 07:19:55 +08:00
wusheng
aae50a3480
移除无用的方法
2016-07-31 22:27:41 +08:00
wusheng
f9653bbdf3
为agent创建专有的全局匹配器。用于控制是否需要进入增强逻辑。
2016-07-31 22:22:27 +08:00
wusheng
d6ae469b76
日志输出区别错误和普通日志。在console输出时,错误日志使用system.err输出。
2016-07-31 16:32:49 +08:00
wusheng
207dbca543
删除部分无用的target目录。
2016-07-31 15:44:19 +08:00
ascrutae
875ca84a57
修复无法找到Auth文件的问题,修噶JDBCPluginDefine的名字
2016-07-31 14:00:13 +08:00
ascrutae
682a4cc6f1
处理序列化对象成功后的处理
2016-07-31 13:24:56 +08:00
ascrutae
ef98793f27
提交Sample工程中Dubbo接口的测试类
2016-07-31 13:23:09 +08:00
wusheng
a0ea987e93
Merge branch 'master' of https://github.com/wu-sheng/sky-walking
...
# By ascrutae
# Via ascrutae
* 'master' of https://github.com/wu-sheng/sky-walking :
1. 解决在Tomcat的Classloader下取不到授权文件 2. Log增加一种模式,直接Console输出,Console输出只针对非Premain模式下才会生效
2016-07-31 08:41:05 +08:00
wusheng
dd27fad3e2
修正IPlugin接口以及IBootPluginDefine,及其相关实现。增加代码的一致性。
2016-07-31 08:40:30 +08:00
ascrutae
e921436515
1. 解决在Tomcat的Classloader下取不到授权文件
...
2. Log增加一种模式,直接Console输出,Console输出只针对非Premain模式下才会生效
2016-07-30 07:27:53 +08:00