1. 03 1月, 2020 2 次提交
  2. 02 1月, 2020 1 次提交
  3. 31 12月, 2019 4 次提交
    • 静夜思朝颜's avatar
      Provide thread monitor create task feature (#4145) · d38a8eaa
      静夜思朝颜 提交于
      * provide thread monitor task service to create
      
      * provide thread monitor task GraphQL implements
      
      * 1. change thread monitor field names
      2. fix `getThreadMonitorTaskList` query time bucket error
      
      * provide config stream processor
      
      * update submodule `query-protocol`
      
      * resolve e2e-mysql error
      
      * remove useless storage interface method.
      
      * rename `ThreadMonitorTask` to `ProfileTask`
      
      * change e2e-profile to the top level
      
      * fix profile test analyze error
      
      * remove StringUtil#isBlank.
      
      * 1. remove create profile task duration unit
      2. remove GraphQL getTask list duration field
      3. add `profileTaskQueryMaxSize` in `storage` -> `elasticsearch(7)` configuration, default get 200 profile task
      
      * provide e2e different storage tests
      
      * 1. fix rat check
      2. remove DurationUtils.java#toSecond
      3. remove ProfileTaskQueryEs7DAO
      
      * fix e2e code format error
      
      * provide es6 and es7 storage e2e tests
      
      * change e2e profile es module artifactId
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      d38a8eaa
    • Z
      [Agent] Provide plugin for ShardingSphere 4.0.0-RC3 (#4140) · c5827f88
      Zhang Yonglun 提交于
      * shardingsphere 4.x RC3 test
      
      * shardingsphere 4.x RC3 test
      
      * shardingsphere 4.x RC3 test
      
      * shardingsphere 4.x RC3 plugin
      
      * shardingsphere 4.x RC3 plugin
      
      * shardingsphere 4.x RC3 plugin
      
      * shardingsphere 4.x RC3 plugin temp for a test
      
      * shardingsphere 4.x RC3 plugin revert temp changes
      
      * shardingsphere 4.x RC3 plugin change package name
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      c5827f88
    • A
      [test/plugin] immigrate test activemq scenario. (#4151) · f64f3c14
      aderm 提交于
      * [test/plugin] immigrate test activemq scenario.
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      f64f3c14
    • K
      [Feature] Add tag annotation to allow tagging span with annotation (#4152) · 51e74ca4
      kezhenxu94 提交于
      * [Feature] Add tag annotation to allow tagging span with annotation
      
      * Use repeatable annotation syntax and add docs and example codes
      
      * Fix failed unit test
      51e74ca4
  4. 29 12月, 2019 1 次提交
  5. 26 12月, 2019 4 次提交
  6. 25 12月, 2019 5 次提交
  7. 24 12月, 2019 1 次提交
  8. 21 12月, 2019 1 次提交
    • Z
      [test/plugin] immigrate test shardingsphere 3.x scenario. (#4093) · 6fce5ca7
      Zhang Yonglun 提交于
      * shardingsphere 3.x test
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * shardingsphere 3.x test refine
      
      * Remove the local/exit span register mechanism
      
      * for comments
      
      * for comments
      6fce5ca7
  9. 19 12月, 2019 1 次提交
  10. 17 12月, 2019 2 次提交
  11. 15 12月, 2019 1 次提交
    • wu-sheng's avatar
      Remove the local/exit span register mechanism in Java agent scenario (#4059) · 4e501328
      wu-sheng 提交于
      * Remove the local span and exit span register mechanism in Java agent scenario.
      
      * Fix config, plugin, and document, as exit span is not required register anymore.
      
      * Try to fix the test case expected data due to no register for exit span.
      
      * Fix toolkit case.
      
      * Remove exit span from plugin test framework document.
      
      * Update protocol, FAQ, and CHANGELOG documents to highlight this change.
      
      * Fix NPE when no entry span in the whole segment. Set endpoint to null in segment entity.
      
      * Fix the snapshot and add inexistence operation name id.
      
      * Fix several async cases.
      
      * Fix undertow test case.
      
      * Fix wrong error log name.
      
      * Keep name consistent with 6.x concepts.
      
      * Try to fix 3 async scenarios.
      
      * Fix okhttp case.
      
      * Fix Spring Async case.
      
      * Fix another NPE
      
      * Fix NPE when first span has no endpoint id when it is local or exit span.
      
      * Still fill first operation name when no endpoint id.
      4e501328
  12. 12 12月, 2019 1 次提交
    • A
      [test/plugin] immigrate test cassandra scenario. (#4040) · 4ec2cb07
      aderm 提交于
      * [test/plugin] immigrate test cassandra scenario.
      
      * update support list doc.
      
      * delete space error.
      
      * disable jmx report.
      
      * remove jmx dependence.
      
      * Disable jmx report.
      
      * Update support list doc.
      4ec2cb07
  13. 11 12月, 2019 1 次提交
  14. 10 12月, 2019 1 次提交
  15. 09 12月, 2019 1 次提交
    • Z
      [Feature] Service instance dependency (#3978) · 3741f4e3
      zhang-wei 提交于
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * test e2e
      
      * add official_analysis.oal & update getServiceInstanceTopology
      
      * test instance topo for single service
      
      * fix gql
      
      * fix verifyServiceInstances
      
      * verifyServiceInstanceTopo
      
      * fix verifyServiceInstanceTopo
      
      * fix ServiceInstanceInventory#name
      
      * fix ServiceInstanceInventory#name
      
      * e2e test
      
      * fix action
      
      * fix provider port
      
      * fix Instance Node Type
      
      * re run
      
      * fix expected-data
      
      * add e2e mysql
      
      * set @test timeout
      
      * fix ci
      
      * increase timeout
      
      * re check
      
      * test ttl es7
      
      * test ttl
      
      * fix action
      
      * merge group
      
      * test ttl es7
      
      * replace official_analysis.oal
      
      * replace official_analysis.oal
      
      * comments
      
      * add TODO
      
      * add TODO
      
      * fix filed name
      3741f4e3
  16. 06 12月, 2019 1 次提交
  17. 05 12月, 2019 1 次提交
    • A
      [test/plugin] immigrate test oracle scenario. (#4006) · 17da2e2e
      aderm 提交于
      * [test/plugin] immigrate test oracle scenario.
      
      * repair ojdbc14.jar download url.
      
      * 1.update ojdbc14.jar site;2.Adjust task position.
      
      * fix curl download problem by add -L.
      
      * Merge run steps.
      17da2e2e
  18. 04 12月, 2019 1 次提交
  19. 03 12月, 2019 1 次提交
  20. 02 12月, 2019 2 次提交
  21. 01 12月, 2019 1 次提交
  22. 30 11月, 2019 1 次提交
  23. 29 11月, 2019 1 次提交
    • G
      Add apdex function to OAL (#3855) · 6475ab3d
      Gao Hongtao 提交于
      * Add apdex function to OAL
      
      * Add empty line
      
      * Setup config watcher
      
      * Add identifier type to function parameter
      
      * Add config test
      
      * Update score algorithm
      
      * Replace responseCode with status
      
      * Add comments about apdex score algorithm
      
      * Add docs
      
      * Add e2e test case
      
      * Update test case
      
      * Fix disptch class generating error
      
      * Update value name of apdex metric
      
      * Tuning threshold
      
      * Fix single tolerated point bug
      6475ab3d
  24. 26 11月, 2019 1 次提交
  25. 25 11月, 2019 1 次提交
    • A
      [test/plugin] Immigrate tests okhttp scenario (#3905) · 8ad3bab4
      Alan Lau 提交于
      * Immigrate tests okhttp scenario
      
      * Fix Header.
      
      * Fix license Header.
      
      * Modify code follow the reivew suggestions.
      
      * Fix expected.xml
      
      * Restore the missed config
      
      * Update okhttp elapsed time.
      
      * Update total time for Group1.
      
      * Fix the missed operationNames.
      8ad3bab4
  26. 23 11月, 2019 1 次提交
  27. 21 11月, 2019 1 次提交
    • K
      [Feature] Support ElasticSearch 7 as backend storage (#3870) · 9b408e82
      kezhenxu94 提交于
      * [Feature] Officially support ElasticSearch 7 as backend storage
      
      * Extract bootstrap module to be shared by multiple starters
      
      * Add missing configuration file and distinguish different version in test
      
      * Update known-oap-backend-dependencies-es7.txt
      
      Update the dependency lib
      
      * Fix missing adaptation to ElasticSearch 7
      
      * Rename ElasticSearch 7 specific class with Es7 infix
      
      * Fix miss-adapted ElasticSearch DAO API
      
      * Add ES7 specific configuration and polish documentations
      
      * Polish documentations
      
      * Polish documentations
      9b408e82