1. 11 8月, 2019 1 次提交
  2. 10 8月, 2019 3 次提交
  3. 09 8月, 2019 3 次提交
  4. 07 8月, 2019 3 次提交
  5. 06 8月, 2019 2 次提交
  6. 05 8月, 2019 4 次提交
  7. 03 8月, 2019 4 次提交
  8. 02 8月, 2019 3 次提交
  9. 31 7月, 2019 3 次提交
  10. 29 7月, 2019 6 次提交
  11. 28 7月, 2019 1 次提交
  12. 27 7月, 2019 2 次提交
  13. 26 7月, 2019 2 次提交
  14. 25 7月, 2019 3 次提交
    • wu-sheng's avatar
      Set up the bootstrap instrumentation plugin framework (#3152) · c76fb405
      wu-sheng 提交于
      * POC: Intercept successfully.
      
      * Refactor codes
      
      * Build the new core
      
      * Setup the new core.
      
      * Push the javassist version to 3.23.2-GA, as it is the last version supports JDK 1.6 compile, according to https://github.com/jboss-javassist/javassist/blob/rel_3_23_2_ga/pom.xml#L149-L160
      
      * Finish the all codes.
      
      * Document updated for bootstrap instrumentation.
      
      * Add a notice to document.
      
      * Remove unexpected file.
      
      * Set javassist version right. Add judge in core interceptors
      
      * Fixe no log bridge implementation
      c76fb405
    • K
      Revert parallelism in CI IT build (#3164) · c11b9f10
      kezhenxu94 提交于
      * Don't build JavaDoc since we don't host JavaDoc pages
      
      * Update Jenkinsfile
      
      * Revert back to where it's single-threaded job
      c11b9f10
    • 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