1. 06 10月, 2018 1 次提交
  2. 14 9月, 2018 1 次提交
  3. 05 9月, 2018 2 次提交
  4. 03 8月, 2018 1 次提交
  5. 12 7月, 2018 1 次提交
  6. 29 6月, 2018 1 次提交
  7. 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
  8. 21 6月, 2018 1 次提交
  9. 18 6月, 2018 1 次提交
  10. 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
  11. 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
  12. 24 5月, 2018 1 次提交
  13. 16 5月, 2018 1 次提交
  14. 06 5月, 2018 1 次提交
  15. 04 5月, 2018 4 次提交
  16. 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
  17. 23 4月, 2018 2 次提交
  18. 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
  19. 19 4月, 2018 1 次提交
  20. 17 4月, 2018 2 次提交
  21. 13 4月, 2018 1 次提交
  22. 10 4月, 2018 1 次提交
  23. 09 4月, 2018 1 次提交
  24. 07 4月, 2018 1 次提交
    • Feature/1032 (#1043) · 4607128c
      彭勇升 pengys 提交于
      * 1. Add the performance collection point.
      2. Report formatter.
      
      #1032
      
      * Add a new cache implementation by caffeine.
      
      #1032
      
      * Performance optimization:
      Make all the loggers class variable to have the static modifier.
      4607128c
  25. 05 4月, 2018 1 次提交
    • L
      avoid "by zero" exception when all request are error (#1022) · 8834f30e
      lican 提交于
      * avoid "by zero" exception when all request are error
      
      * update pr about "by zero" exception
      
      * update pr about "by zero" exception add 3 file change
      
      * update pr about "by zero" exception add 1 file change
      
      * update pr about "by zero" exception to solution 1
      8834f30e
  26. 02 4月, 2018 1 次提交
  27. 31 3月, 2018 1 次提交
    • wu-sheng's avatar
      Support token auth in gRPC upstream (#1000) · d322f528
      wu-sheng 提交于
      * Add client side token.
      
      * Fix ci.
      
      * Fix most codes of token auth at both sides.
      
      * Add settings in config files.
      
      * Make auth interceptor doesn't throw expcetion.
      
      * Update AuthenticationSimpleChecker.java
      
      * Update AuthenticationActivator.java
      
      * Revert "Update AuthenticationActivator.java"
      
      This reverts commit 0935f18fd6802ab84c12e0609c21ef753ff51be3.
      
      * Merge branch 'feature/token-auth' of https://github.com/apache/incubator-skywalking into feature/token-auth
      
      # Conflicts:
      #	apm-collector/apm-collector-agent/agent-grpc/agent-grpc-provider/src/main/java/org/apache/skywalking/apm/collector/agent/grpc/provider/AuthenticationSimpleChecker.java
      
      * Fix Auhentication token works incorrect (#1001)
      
      * Fix Auhentication token works incorrect
      
      * Change way to build GRPC Channel
      
      * Response an empty header when auth fails.
      d322f528
  28. 30 3月, 2018 1 次提交
  29. 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
  30. 09 3月, 2018 3 次提交
    • Fixed #904. (#923) · 6fa179e1
      彭勇升 pengys 提交于
      The time range expression for query the live instance between the start time and end time is incorrect.
      6fa179e1
    • Fixed/918 (#919) · 3bde71ce
      彭勇升 pengys 提交于
      * Fixed #918
      
      * 1. Fixed the remote serialize exception bug when there was a null value in string array.
      2. Fixed the topology null exception bug when source or target application id is 0.
      3bde71ce
    • Fixed #906 and #903 (#916) · fc2e518e
      彭勇升 pengys 提交于
      * Fixed the no data avg throughput in service bug.
      
      * Fixed no parent dependency for service dependency graph #906
      fc2e518e
  31. 07 3月, 2018 1 次提交
    • 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