1. 05 8月, 2019 2 次提交
  2. 03 8月, 2019 1 次提交
    • L
      Add jdk http plugin (#3171) · 6e837153
      li.can 提交于
      * add http
      
      * update plugin
      
      * Add StaticMethodsAroundInterceptor to be injected.
      
      * move to options plugin
      
      * move folder
      
      * update pom
      
      * support https
      
      * add witness class
      
      * Make JDK9-11 available for bootstrap instrumentation
      
      * Remove temp folder of old bootstrap instrumentation requirement.
      
      * remove witness ,work for jdk6,7,8,9,10,11
      
      * Make JDK 12 works.
      
      * move jdk-http-plugin to bootstrap-plugins folder
      
      * add httpsclient
      
      * update README.md
      6e837153
  3. 02 8月, 2019 1 次提交
  4. 29 7月, 2019 1 次提交
  5. 27 7月, 2019 1 次提交
  6. 26 7月, 2019 1 次提交
  7. 25 7月, 2019 1 次提交
    • Simplify the PxxMetrics and ThermodynamicMetrics to improve performance (#3162) · f658d9eb
      彭勇升 pengys 提交于
      * Feature of database session
      
      * Make it configurable.
      
      * Change the metrics process flow.
      before: metrics entrance -> aggregate worker -> remote worker -> trans worker -> minute, hour, day, month persistence worker -> storage
      after: metrics entrance -> aggregate worker -> remote worker -> minute persistence worker ->  trans worker -> hour, day, month persistence worker -> storage
      
      * IntKeyLongValueHashMap instead of IntKeyLongValueArray.
      
      * Make the OAP server can't startup.
      
      * Finish
      
      * Rename the method and fixed some test case issues.
      
      * Rename field.
      
      * no message
      f658d9eb
  8. 24 7月, 2019 3 次提交
    • Change the metrics process flow. (#3157) · 8605f4cc
      彭勇升 pengys 提交于
      * Feature of database session
      
      * Make it configurable.
      
      * Change the metrics process flow.
      before: metrics entrance -> aggregate worker -> remote worker -> trans worker -> minute, hour, day, month persistence worker -> storage
      after: metrics entrance -> aggregate worker -> remote worker -> minute persistence worker ->  trans worker -> hour, day, month persistence worker -> storage
      8605f4cc
    • G
      Self observability of OAP backend (#3140) · 924f25fe
      Gao Hongtao 提交于
      * First commit
      
      * Fix e2e test and some nits
      
      * Documenting so11y and setting default values of it in dev env
      924f25fe
    • Feature of database session in OAP server. (#3147) · 8d234a91
      彭勇升 pengys 提交于
      * Feature of database session
      
      * Make it configurable.
      
      * Make the OAP server can't startup.
      8d234a91
  9. 21 7月, 2019 5 次提交
  10. 20 7月, 2019 2 次提交
  11. 19 7月, 2019 2 次提交
  12. 18 7月, 2019 1 次提交
    • wu-sheng's avatar
      All NEW OAL Runtime Engine (#3109) · 5b039e97
      wu-sheng 提交于
      * Change OAL generator tool to runtime.
      
      Step 1. change project structure. API links and maven pom.
      
      * Part of metrics class generation
      
      * Metrcis class generated.
      
      * Set up the basic structure of new OAL engine.
      
      * Finish metrics generation.
      
      * Support dispatcher generation.
      
      * Format codes.
      
      * Generate dispatcher all methods.
      
      * Implement disable in hardcode.
      
      * Clear up
      
      * Fix compile startup.
      
      * Update license and document of new OAL engine.
      
      * Fix rat.
      
      * Disable class output in default
      
      * Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110
      
      * Wait for the mount command to finish
      5b039e97
  13. 17 7月, 2019 3 次提交
  14. 16 7月, 2019 1 次提交
  15. 15 7月, 2019 2 次提交
  16. 14 7月, 2019 1 次提交
  17. 12 7月, 2019 3 次提交
    • Logger class is incorrect. (#3054) · 10449aa5
      彭勇升 pengys 提交于
      10449aa5
    • A
      Fix isSelf address. (#3051) · 52b674e3
      Alan Lau 提交于
      52b674e3
    • Z
      fix deleteIndex repeat append namespace (#3017) · deb2d900
      zhangwei 提交于
      * fix deleteIndex repeat append namespace
      
      * fix deleteIndex repeat append namespace
      
      * fix checkStyle
      
      * fix
      
      * fix test assert
      
      * update test method name
      
      * fix test
      
      * fix
      
      * del elastic.search.namespace
      
      * fix check style
      
      * update ITElasticSearchNamespaceClient to ITElasticSearchClientOfNamespace
      
      * move undoFormatIndexName to ITElasticSearchClien
      
      * move #getIndex to ITElasticSearchClient
      
      * add deleteByModelName and deleteByIndexName
      
      * add deleteByModelName and deleteByIndexName
      
      * revert ITElasticSearchClient#getIndex
      
      * Use whitebox get from powermock to get this.
      
      * undo namespacePrefix
      deb2d900
  18. 10 7月, 2019 2 次提交
  19. 03 7月, 2019 2 次提交
    • G
      Adding deadline to gRPC client (#2987) · 01b963c1
      Gao Hongtao 提交于
      * Set up 10 seconds deadline after gRPC client sending
       * The duration of deadline contains three segments: connecting,
         request and response
      
      For blocking stub, I just set deadline before invoke service. For
      bi-streaming stub, I found all of them are used as a blocking style,
      that after getting streaming response client stub just close current
      streaming. Base on above reality, I pick the same way as blocking one.
      01b963c1
    • K
      9d7649d9
  20. 02 7月, 2019 2 次提交
    • Z
      fix issue #2979 (#2980) · 6c85693c
      zhousiliang163 提交于
      * fix issue #2979
      
      * remove the unused import, which causes the CI failed
      6c85693c
    • Spring @Async plugin support (#2902) · 48ffd092
      于玉桔 提交于
      * spring_async_plugin
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * format fix
      
      * rename
      
      * fix
      
      * fix version
      
      * Update SWCallable.java
      
      * Update Supported-list.md
      
      * Update Supported-list.md
      48ffd092
  21. 01 7月, 2019 2 次提交
  22. 29 6月, 2019 1 次提交
    • wu-sheng's avatar
      Move master to 6.3.0 (#2968) · 4faa950c
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.2.0
      
      * [maven-release-plugin] prepare for next development iteration
      4faa950c