Commit Graph

715 Commits

Author SHA1 Message Date
wusheng edd90c442d 1.修复一个英文描述 2016-04-21 13:45:08 +08:00
wusheng 3f5e3c674f 修复部分数据库脚本问题。 2016-04-21 13:43:19 +08:00
wusheng ac9683d898 修改格式错误 2016-04-21 12:04:08 +08:00
wusheng 71b1560654 修改新的部署文档 2016-04-21 12:03:16 +08:00
ascrutae ba5e82ebf9 修改日志文件策略 2016-04-21 11:19:41 +08:00
wusheng 139e1829a1 1.修复alarm程序配置脚本错误造成的问题。并修复相关文档。 2016-04-21 10:16:01 +08:00
wusheng 21394784b8 1.移除旧文件
2.整理数据库脚本
3.调整文档说明
2016-04-21 09:55:36 +08:00
lizl9 24bbf6415d 数据库脚本修改;alarm下的config.properties修正
00.system_config表中,mail_info废弃"mail.account.prefix"属性,添加"mailSender"属性;
01.system_config表中,添加“type_info”描述类型告警类型,其中类型顺序决定邮件中的显示顺序;
02.与主线版本同步,并添加了告警类型id
2016-04-20 22:57:15 +08:00
lizl9 30bbf284c6 邮件可读性;添加告警类型;邮件模板配置 2016-04-20 22:33:23 +08:00
lizl9 2f3917d7d4 Merge remote-tracking branch 'refs/remotes/origin/master' into lzLee-dev 2016-04-20 22:31:08 +08:00
ascrutae e6073931dd 修复存入Mysql的Viewpoint中数据不正确 2016-04-20 19:16:46 +08:00
ascrutae 706debcbc6 Merge remote-tracking branch 'origin/master' 2016-04-20 14:23:37 +08:00
ascrutae 03711ab038 提交JDBC类型的Businesskey处理的Filter 2016-04-20 14:23:20 +08:00
wusheng 31a4e28bf0 1.增加异常拦截与阻塞,防止@trentsky 提出的问题 #47
2.暂时弃用多线程埋点api,暂不提供更多支持。
2016-04-20 09:39:56 +08:00
ascrutae b8cfec0f1a 完成搜索统计结果页面,目前只支持单个viewpoint查询,查询格式viewpoint:xxx 2016-04-19 20:29:48 +08:00
ascrutae a33ab4a2d8 修复月份展示不正确的问题 2016-04-18 19:14:53 +08:00
ascrutae ac8aa1befc Merge remote-tracking branch 'origin/master' 2016-04-18 18:56:52 +08:00
ascrutae f68dd91b9c 修复月份统计中key值位年 2016-04-18 18:56:36 +08:00
wusheng 512eef3b7f 上传新的QA说明:SkyWalking Server的运行情况 2016-04-14 10:35:35 +08:00
wusheng 8f5fcc7d61 修复原有的方法入参为null时,spring方法拦截错误的问题。感觉 @汽车之家_泉 的异常反馈。 2016-04-14 09:51:04 +08:00
ascrutae 56db909c4d 1.解决链路过长,导致页面崩溃的bug
2.将bo包改成dto
3.解决点击搜索页面的按钮会调用两次查询
4.增加调用链过长提示
2016-04-13 20:19:27 +08:00
ascrutae 304b3fc51e 解决调用链过长,导致页面崩溃的问题 2016-04-13 12:46:25 +08:00
wusheng e49909095f no message 2016-04-12 17:43:19 +08:00
wusheng cae97c1923 校准一个项目名字 2016-04-12 17:35:16 +08:00
wusheng 3c7d4e7891 使用新的traceid 查询url,避免问题 #45 2016-04-12 17:26:56 +08:00
wusheng 1781d700dd * 增加 #43 描述的时间超时告警能力
* 针对 #26 增加“运行时间缓慢告警”的服务端处理能力,需要alarm程序配合实现
2016-04-12 15:30:41 +08:00
wusheng 2a49c5939e * 移除无用的常量配置
* 优化AlarmChain、RedisInspector代码。避免新增线程造成JVM性能瓶颈
* 新增AlarmRedisConnector获取jedis连接,作为公用代码,供不能功能的alarm chain使用
* 修复 #44
* 增加health report报告类型限制,防止对health report的错误使用,造成内存溢出可能。
2016-04-12 12:59:59 +08:00
ascrutae 02118b4c13 Merge remote-tracking branch 'origin/master' 2016-04-11 19:03:06 +08:00
ascrutae 2b6377fb3d 1. 增加MapReduce的java_opts的配置,在有些情况下会导致内存溢出,无法进行MapReduce
2. 没有EntranceNode不进行Reduce
2016-04-11 19:02:57 +08:00
wusheng ef4b762467 移除tracelog插入hbase的入库模式。数据量会快速增长到百万以上,不适合mysql数据库。 2016-04-11 16:33:24 +08:00
ascrutae e9a1b4cfab 解决换行问题 2016-04-11 16:16:20 +08:00
ascrutae 9a425bdb1a Merge remote-tracking branch 'origin/master' 2016-04-11 15:09:29 +08:00
ascrutae 22c99012d9 1. 将页面加载改成ajax形式 2016-04-11 15:08:51 +08:00
wusheng c76e90f098 修复一个文档错误 2016-04-11 15:05:15 +08:00
wusheng b41036cca6 提交新的页面截图链接 2016-04-11 15:04:16 +08:00
wusheng 1b349b7f60 修复新页面授权页面无法下载的问题。webui依然会进行持续重构 2016-04-10 15:56:12 +08:00
wusheng 4e3b7cab10 根据“听世界”的反馈,移除文档中的错误字符 2016-04-10 14:16:39 +08:00
wusheng f49a97901c 1.补充完成 #42 提供的的脚本说明
2.根据用户“听世界”提供的意见,修正BUILD_DOC.MD中,不正确的初始化顺序。
2016-04-08 23:49:03 +08:00
ascrutae 50dfed4caf Fix#42 2016-04-08 20:46:38 +08:00
ascrutae 7c1b8d4adb 1. 删除Vue
2.修复Applications无法展示的问题
3. 修复没有弹出大纲信息
4. 修复tree没有伸缩按钮
2016-04-08 17:34:55 +08:00
ascrutae ab7157e8a6 修改配置文件 2016-04-08 16:12:19 +08:00
ascrutae 2ddd9bff57 解决Application无法显示的问题 2016-04-08 14:11:20 +08:00
ascrutae b31771495b 修复弹窗不显示的情况 2016-04-08 14:06:35 +08:00
ascrutae 25390ec214 1. 增加异常打印
2. 修改log4j日志配置
2016-04-08 13:55:29 +08:00
wusheng 602d48367f 修改一个日志不正确的问题。 2016-04-08 09:12:57 +08:00
wusheng 9bb6067f99 移除说明 2016-04-07 21:50:29 +08:00
ascrutae d051f231dc Fix:#41 增加异常处理,Chain的节点异常时,将会重做,保证服务端的数据不丢失 2016-04-07 20:09:48 +08:00
ascrutae 8baae7c606 Merge remote-tracking branch 'origin/master' 2016-04-07 19:21:24 +08:00
ascrutae 8ac17a8c3d Fix #41 2016-04-07 19:21:04 +08:00
wusheng f574a1fb44 规范化一个health report的内容。 2016-04-07 11:08:17 +08:00