1. 04 8月, 2018 1 次提交
    • X
      [Agent] Add plugin for ActiveMQ 5.x (#1513) · da2189e5
      XiaoFu 提交于
      * add activemq-plugin
      
      * fix  update ActiveMQConsumerInstrumentation Enhance another class
      
      * refacor ActiveMQConsumerInstrumentation code
      
      * support both  topic and queue
      
      * clear the code
      
      * add UnitTest add fix bug
      
      * fix obtain url  bug
      
      * Refactor the ActiveMQProducerInstrumentation code
      
      * fix bug
      
      * fix ConstructorInterceptor BUG
      
      * add Licensed
      
      * Update application.yml
      
      Restore configuration
      
      * Restore configuration
      
      * perfect test
      
      * fix
      
      * fix License
      
      * fix  Project Files
      
      * fix import class in instrumentation
      
      * fix test case
      
      * fix java doc
      
      * fix  Trigger CI
      
      * fix ActiveMQConsumerAndProducerConstructorInterceptorTest
      
      * delete unit test
      
      * fix
      
      * fix
      
      * fix  folder directory problem
      
      * Delete ActiveMQConsumerInstrumentation.java
      da2189e5
  2. 01 8月, 2018 1 次提交
  3. 30 7月, 2018 1 次提交
  4. 27 7月, 2018 1 次提交
  5. 26 7月, 2018 1 次提交
  6. 25 7月, 2018 1 次提交
  7. 18 7月, 2018 1 次提交
  8. 17 7月, 2018 1 次提交
  9. 07 7月, 2018 1 次提交
  10. 29 6月, 2018 1 次提交
  11. 21 6月, 2018 1 次提交
  12. 09 6月, 2018 2 次提交
    • #1176 (#1335) · 5f81c006
      彭勇升 pengys 提交于
      Add application id and code into ServiceInfo.
      5f81c006
    • Filter non-active service name when UI query. (#1262) · c2a425f5
      彭勇升 pengys 提交于
      * #1124
      
      Add heart beat time into service name index to filter non-active service name.
      
      * Filter service name by heart beat time when query service name count.
      
      * #1124
      1. Add application id to be a query condition of searchService method.
      2. Filter service name by given time which calculated by the minute metric TTL setting. ( CurrentTimeStamp - minuteMetricTTL )
      
      * Fixed the auto test failure.
      
      #1124
      c2a425f5
  13. 03 6月, 2018 1 次提交
    • L
      Add sofa rpc plugin integration (#1210) · c4766ecb
      Lei Zhiyuan 提交于
      * sofa rpc integration
      
      * remove unused class and method,add component defination
      
      * only support after sofa rpc 5.4.0
      
      * set sofarpc componentId be 32
      
      * Add document of component library settings and incuating features abstract. (#1185)
      
      * sofa rpc integration
      
      * Update UI licenses (#1189)
      
      * Update UI licenses for beta version
      
      * Update FAQ doc (#1184)
      
      * update faq doc
      
      * update faq
      
      * update faq
      
      * Update readme for beta release. (#1191)
      
      * New english readme.
      
      * New chinese readme.
      
      * Fix #1186 Webapp read timeout config (#1192)
      
      * Updat ui (#1197)
      
      * Change the intercept point of block call way (#1190)
      
      * Change the buired point of block call way
      
      * Support future way and change the operation name of span
      
      * Update screenshot for new release. (#1209)
      
      * remove unused class and method,add component defination
      
      * only support after sofa rpc 5.4.0
      
      * set sofarpc componentId be 32
      
      * sofa rpc integration
      
      * remove unused class and method,add component defination
      
      * only support after sofa rpc 5.4.0
      
      * set sofarpc componentId be 32
      
      * sofa rpc integration
      
      * remove unused class and method,add component defination
      
      * change parent pom version
      
      * remove unused dependency
      c4766ecb
  14. 27 5月, 2018 1 次提交
  15. 24 5月, 2018 1 次提交
  16. 16 5月, 2018 1 次提交
  17. 24 4月, 2018 1 次提交
    • G
      Refactor tps to cpm (#1105) · d28cc64f
      Gao Hongtao 提交于
      * Refactor tps to cpm
      
      * Change the implementation for new graphql protocol.
      
      * Add aggregate column named duration in GC metric table.
      
      * getGCTrend query finished.
      
      * Change between seconds to between minutes.
      d28cc64f
  18. 23 4月, 2018 1 次提交
    • wu-sheng's avatar
      GraphQL for Thermodynamic in overview page. (#1068) · 1e57d48d
      wu-sheng 提交于
      * Provide graphQL for Thermodynamic in overview page.
      
      * Finish the Thermodynamic.
      
      * `nodes` should not be null.
      
      * Add initialized java bean for graphql protocol.
      
      * Add license head.
      
      * Fixed bean definition fault.
      1e57d48d
  19. 17 4月, 2018 1 次提交
    • wu-sheng's avatar
      Refactor ServerTypeDefine and ComponentsDefine to be more extendable (#1081) · bd1286aa
      wu-sheng 提交于
      * Refactor the old ComponentDefine and ComponentsDefine to be based on file for better extenable.
      
      * Support don't uplink componentId, but componentName in segment.
      
      * Fix CI.
      
      * Move component id exchange logic from SpanDecorator to SpanIdExchanger.
      
      * Fixed the compile error cause of class construct changes.
      bd1286aa
  20. 30 3月, 2018 1 次提交
  21. 24 3月, 2018 1 次提交
  22. 22 3月, 2018 1 次提交
    • wu-sheng's avatar
      Support TLS of gRPC between agent and server. (#968) · d8d28a0b
      wu-sheng 提交于
      * Finish the prototype of TLS of gRPC between agent and server.
      
      * Fix for rat check.
      
      * Update GRPCChannelManager.java
      
      * Update AgentModuleGRPCProvider.java
      
      * Upgrade netty version (#971)
      
      * Make sure end user can't start gRPC server with and without SSL in the same port.
      d8d28a0b
  23. 14 3月, 2018 1 次提交
    • wu-sheng's avatar
      Prepare beta iteratoration (#944) · 08267611
      wu-sheng 提交于
      * [maven-release-plugin] prepare release apm-5.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      08267611
  24. 05 3月, 2018 1 次提交
  25. 01 3月, 2018 1 次提交
  26. 28 2月, 2018 3 次提交
  27. 27 2月, 2018 1 次提交
  28. 26 2月, 2018 1 次提交
  29. 25 2月, 2018 1 次提交
  30. 23 2月, 2018 2 次提交
  31. 13 2月, 2018 1 次提交
  32. 10 2月, 2018 1 次提交
  33. 09 2月, 2018 3 次提交
  34. 08 2月, 2018 1 次提交