Commit Graph

726 Commits

Author SHA1 Message Date
ascrutae 62bba50720 完成统计结果详情页面 2016-04-27 10:53:30 +08:00
ascrutae f24c01556c 提交部分统计结果代码 2016-04-25 21:10:05 +08:00
ascrutae 5781b55f19 Merge remote-tracking branch 'origin/master' 2016-04-25 20:45:56 +08:00
ascrutae 7260245683 修改TreeNodeId的分隔符 2016-04-25 20:45:37 +08:00
wusheng 84f5d0d768 移除错误的SSLkey 2016-04-25 17:07:47 +08:00
wusheng 4126b3c919 增加SSL连接证书,#48 2016-04-25 13:35:07 +08:00
wusheng acdfd823ce 1.修复邮件底色的问题
2.改写新的邮件标题规则,使用户可以通过邮件判断邮件内容的告警类型,优先显示系统异常。
2016-04-25 09:48:10 +08:00
ascrutae 9629db519b 修复在Rest模式下调用链没法向下一节点传递 2016-04-22 20:59:50 +08:00
ascrutae 6229fd3516 修复没有数据,前台报异常 2016-04-21 18:28:14 +08:00
ascrutae 0fb9222c9c 解决链接问题 2016-04-21 16:46:42 +08:00
wusheng a6bc9266b1 修复发送邮件中连接失效的问题。 2016-04-21 14:03:02 +08:00
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