1. 10 8月, 2016 1 次提交
  2. 04 8月, 2016 1 次提交
  3. 31 7月, 2016 2 次提交
  4. 17 7月, 2016 1 次提交
  5. 15 7月, 2016 2 次提交
  6. 07 7月, 2016 1 次提交
  7. 06 7月, 2016 2 次提交
  8. 04 7月, 2016 1 次提交
  9. 02 7月, 2016 1 次提交
  10. 05 6月, 2016 1 次提交
  11. 04 6月, 2016 1 次提交
  12. 02 6月, 2016 2 次提交
  13. 01 6月, 2016 1 次提交
  14. 12 4月, 2016 2 次提交
    • wu-sheng's avatar
      * 增加 #43 描述的时间超时告警能力 · 1781d700
      wu-sheng 提交于
      * 针对 #26 增加“运行时间缓慢告警”的服务端处理能力,需要alarm程序配合实现
      1781d700
    • wu-sheng's avatar
      * 移除无用的常量配置 · 2a49c593
      wu-sheng 提交于
      * 优化AlarmChain、RedisInspector代码。避免新增线程造成JVM性能瓶颈
      * 新增AlarmRedisConnector获取jedis连接,作为公用代码,供不能功能的alarm chain使用
      * 修复 #44
      * 增加health report报告类型限制,防止对health report的错误使用,造成内存溢出可能。
      2a49c593
  15. 11 4月, 2016 1 次提交
  16. 08 4月, 2016 2 次提交
  17. 07 4月, 2016 4 次提交
  18. 18 3月, 2016 1 次提交
  19. 08 3月, 2016 1 次提交
  20. 25 2月, 2016 7 次提交
  21. 23 2月, 2016 2 次提交
  22. 21 2月, 2016 1 次提交
  23. 19 2月, 2016 1 次提交
    • wu-sheng's avatar
      1.服务端增加运行时报告,定制日志输出线程的运行情况,提高辨识度。示例如下: · 734b14bf
      wu-sheng 提交于
      ---------Server Health Collector Report---------
      id<SkyWalkingServer,M:null/null,P:24763,T:PersistenceThread_1(13)>
      [INFO]read 3 chars from local file:1455864122412-37cd0a49fbb84ae9b111a08557cbd827(t:1455864245081)
      
      id<SkyWalkingServer,M:null/null,P:24763,T:PersistenceThread_2(14)>
      [INFO]read 3 chars from local file:1455864122406-e19d28ec360d44d2a06335511f61d7c6(t:1455864245080)
      
      id<SkyWalkingServer,M:unknown host!/null,P:24763,T:PersistenceThread_0(12)>
      [INFO]read 3 chars from local file:1455864122413-c0efe8bf31194c1887301ff3098eed00(t:1455864245080)
      
      id<SkyWalkingServer,M:unknown host!/null,P:24763,T:PersistenceThread_3(15)>
      [INFO]read 3 chars from local file:1455864122413-79b44d640a7c4f9899d599c8354b861b(t:1455864245080)
      
      id<SkyWalkingServer,M:unknown host!/null,P:24763,T:PersistenceThread_4(16)>
      [INFO]read 3 chars from local file:1455864122413-db2d14a825db4b5a93fa1a0a0e25d0c6(t:1455864245082)
      
      id<SkyWalkingServer,M:unknown host!/null,P:24763,T:RegisterPersistenceThread(11)>
      [INFO]flush memory register to file.(t:1455864250063)
      
      ------------------------------------------------
      734b14bf
  24. 17 2月, 2016 1 次提交