1. 03 8月, 2018 1 次提交
  2. 17 7月, 2018 1 次提交
  3. 11 7月, 2018 1 次提交
  4. 04 7月, 2018 1 次提交
    • #1425 (#1426) · 5941e72f
      彭勇升 pengys 提交于
      Fixed the bug of the result of GC count in query of GC trend service always 0.
      5941e72f
  5. 29 6月, 2018 1 次提交
  6. 25 6月, 2018 1 次提交
    • [Collector] Topology query tuning, Batch Process instead of bulk. (#1384) · 5e03ec88
      彭勇升 pengys 提交于
      * #1202
      
      1. Determine the log is enabled for the DEBUG level before printing message.
      2. Make the columns initialize to be static attribute.
      3. Topology build optimize: Cache query result to avoid repeating queries.
      
      * #1202
      
      Add elasticsearch batch process setting into application.yml.
      
      * #1202
      
      Fixed check style error.
      
      * #1202
      
      Use XContentFactory to build source to insert into elasticsearch.
      5e03ec88
  7. 21 6月, 2018 1 次提交
  8. 09 6月, 2018 3 次提交
    • #1176 (#1335) · 5f81c006
      彭勇升 pengys 提交于
      Add application id and code into ServiceInfo.
      5f81c006
    • #1232 (#1333) · d56ad5ec
      彭勇升 pengys 提交于
      RemoteDataMappingIdNotFoundException caused by remote entity did not registered.
      Some remote entities in alarm module did not registered into remote module.
      d56ad5ec
    • 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
  9. 28 5月, 2018 1 次提交
    • Separated TTL from minute to minute, hour, day, month. (#1268) · faaf3e82
      彭勇升 pengys 提交于
      * #1263
      
      Separated TTL from minute to minute, hour, day, month.
      
      * 1. Minute metric data ttl change to 90, because of the 1 hour duration condition in UI means 60 minutes.
      And i prefer to setting the value up to above 50%.
      2. Some description and logging.
      
      #1263
      
      * Add a config time named traceDataTTL for trace data TTL.
      
      #1263
      
      * Fixed the logger english sentence mistake.
      faaf3e82
  10. 24 5月, 2018 1 次提交
  11. 04 5月, 2018 2 次提交
  12. 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
  13. 23 4月, 2018 4 次提交
  14. 22 4月, 2018 1 次提交
    • Fixed #1090 (#1101) · e7361025
      彭勇升 pengys 提交于
      * Fixed #1090
      
      1. Move setting the performance from create table action to install action.
      2. Add check step that avoid filed type not match the definition when project upgraded.
      
      * Setting namespace by class construct.
      e7361025
  15. 21 4月, 2018 1 次提交
    • Feature/1064 (#1093) · fc322e1a
      彭勇升 pengys 提交于
      * Sample of DAO javadoc.
      
      #1064
      
      * Part of UI DAO documents commit.
      
      * Describe all DAO in UI module .
      
      #1064
      
      * The class be tested was deleted.
      
      * Fixed compile failure.
      
      * Fixed CI failure cause of special character.
      
      * gte -> gt
      lte -> le
      
      #1064
      fc322e1a
  16. 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
  17. 14 4月, 2018 1 次提交
    • Feature/1032 (#1073) · 9aa615d7
      彭勇升 pengys 提交于
      * Provide short database column name.
      
      * Compile successful
      
      * Attribute name change from source to target.
      
      * Provide highPerformanceMode setting for short column name speciality.
      
      * Fixed a bug that persistent timer started multiple times.
      Running about 10 minute, the result of collector performance test is above 1w TPS when using MacBook 2017.
      9aa615d7
  18. 09 4月, 2018 1 次提交
  19. 30 3月, 2018 1 次提交
  20. 08 3月, 2018 1 次提交
    • Feature/905 (#912) · e05d9e81
      彭勇升 pengys 提交于
      * 1. Add transaction average duration, business transaction average duration, MQ transaction average duration into all metric entities, DAO define, persistence DAO.
      2. Add formula calculate operation.
      
      * Refactor the package name in storage module, make the table define and dao package’s name same as others.
      e05d9e81
  21. 07 3月, 2018 2 次提交
    • Table name and time bucket error (#900) · f75b067b
      彭勇升 pengys 提交于
      * Get the MQ server address id from reference.
      
      * Fixed the remote exception bug when running cluster mode collector.
      How: Register remote data entity into remote module.
      
      * Fixed the bug which the end second time bucket calculate result is incorrect.
      
      * Fixed a test case error.
      f75b067b
    • Collector cluster mode stream error (#899) · d04d8590
      彭勇升 pengys 提交于
      * Get the MQ server address id from reference.
      
      * Fixed the remote exception bug when running cluster mode collector.
      How: Register remote data entity into remote module.
      d04d8590
  22. 04 3月, 2018 1 次提交
  23. 03 3月, 2018 2 次提交
  24. 02 3月, 2018 2 次提交
  25. 01 3月, 2018 3 次提交
  26. 28 2月, 2018 4 次提交