1. 30 1月, 2020 1 次提交
  2. 07 1月, 2020 1 次提交
  3. 04 1月, 2020 2 次提交
  4. 31 12月, 2019 1 次提交
  5. 26 12月, 2019 1 次提交
  6. 25 12月, 2019 4 次提交
  7. 24 12月, 2019 1 次提交
  8. 17 12月, 2019 1 次提交
  9. 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
  10. 11 12月, 2019 1 次提交
  11. 06 12月, 2019 1 次提交
  12. 19 11月, 2019 1 次提交
  13. 17 11月, 2019 1 次提交
  14. 13 11月, 2019 1 次提交
  15. 27 10月, 2019 1 次提交
  16. 25 10月, 2019 1 次提交
    • S
      feat: add support of mongodb v3.7.x or higher (#3591) · 80af1667
      scolia 提交于
      * feat: add support of mongodb v3.7.x or higher
      
      * feat: remove mapping, using EnhancedInstance to mark remotePeer
      
      * feat: add support of v3.6.x
      
      * fix: disable support will 3.6.x, which will throw ClassCircularityError exception
      
      * style: clean code
      
      * fix support of 3.8.x~3.11.1, update test case and doc
      
      * update stage name
      
      * rename class
      
      * rename stage
      80af1667
  17. 23 10月, 2019 2 次提交
    • 静夜思朝颜's avatar
      Provide agent plugin netty-socketio (#3640) · c640b512
      静夜思朝颜 提交于
      * add plugin netty-socketio https://github.com/mrniko/netty-socketio
      
      * delete create exit span interceptor.
      
      * delete create exit span interceptor testcase.
      
      * delete create exit span interceptor testcase.
      
      * add constructor test unit
      
      * change bind on random port in test case
      
      * reverse upstream master whitespace
      
      * resolve build_id param
      
      * delete health check segment test case
      
      * add ContextManager.isActive check before use activeSpan invoke
      
      * remove unnecessary code and blank line
      c640b512
    • S
      feat: add test case for mongodb-3.x-plugin (#3667) · b56248b0
      scolia 提交于
      * feat: add test case for mongodb-3.x-plugin
      
      * fix: agent-test script error
      
      * feat: change non-compliant code
      
      * fix: remove not proper config
      
      * docs: update docs
      
      * Merge branch 'master' of https://github.com/apache/skywalking into mongodb-testcase
      
      # Conflicts:
      #	Jenkinsfile-Agent-Test-3
      b56248b0
  18. 19 10月, 2019 1 次提交
  19. 10 10月, 2019 1 次提交
  20. 25 9月, 2019 1 次提交
    • L
      Add pulsar apm plugin (#3476) · a8742514
      lipenghui 提交于
      * Add pulsar apm plugin.
      
      * Fix check style
      
      * Fix pulsar consumer component define.
      
      * Add pulsar to component-libraries.yml
      
      * Fix error interceptor class.
      
      * Add pulsar to agent support list.
      
      * Add Pulsar to ComponentsDefine and component-libraries.yml
      
      * Move create entry span log of consumer from after method to before method
      
      * Fix send callback issue when exception cause.
      
      * Fix test issues
      
      * Move pulsar plugin to optional plugins
      
      * Add none messages tests for interceptor of producer and consumer.
      
      * Remove unused comments.
      
      * Move pulsar plugin back to the apm-sdk-plugin
      
      * Fix comments
      
      * remove set startTime for entry span(default is set by System.currentTimeMillis)
      
      * Fix comments
      a8742514
  21. 18 9月, 2019 1 次提交
    • L
      Add Light4j plugin (#3323) · 72f07b81
      Louis Tsui 提交于
      * Add Light4J 1.6.x plug-in
      
      * Add unit test for Light4J plug-in
      
      * Add missing id to server-starter
      
      * Remove mentions of version 1.6.x
      
      Some local testing showed that the plugin successfully generated traces for a light4j project built with light-codegen v2.x. Therefore, there is no need for a separate plugin for v2.x and no distinction needs to be made with light4j v1.6.x.
      
      * Update supported light4j versions
      
      * Use ContextSnapshot to maintain trace
      
      In a typical Light4j project, the ExceptionHandler#handleRequest is the asynchronous execution point. The flow is ExceptionHandler#handleRequest -> HttpServerExchange#dispatch -> ... -> ExceptionHandler#handleRequest. This means that handleRequest is being intercepted twice and each time a LocalSpan is created. Without handling thread propagation, the trace segment gets split up.
      
      By saving a ContextSnapshot into the enhanced object (ExceptionHandler), we can determine if it is necessary to continue the segment.
      
      * Update logic for span creation in trace
      
      By default, the Light4J plugin now overrides the Undertow plugin's entry span with its own. This new entry span is created just before execution of the ExceptionHandler#handleRequest in the I/O thread. The entry span is generated here because it is considered the starting point of the Light4J handler chain.
      
      There is now also the option to enable detailed span creation when tracing requests through Light4J. These local spans mark which middleware and business handlers are involved with handling the HTTP request to a Light4J service.
      
      * Update skywalking version
      
      * Update light4j version
      
      * Fix LightInstrumentation javadoc
      
      * Remove import violating checkstyle
      
      This import was added from the link reference in the javadoc. The javadoc has now been changed to just reference the method name.
      
      * Move light4j agent config property
      
      * Sync UI
      72f07b81
  22. 13 9月, 2019 1 次提交
  23. 29 8月, 2019 2 次提交
  24. 02 7月, 2019 1 次提交
    • 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
  25. 17 6月, 2019 1 次提交
  26. 14 6月, 2019 1 次提交
    • wu-sheng's avatar
      Revert SolrJ plugin. (#2871) · 0f9c27d4
      wu-sheng 提交于
      * Revert SolrJ plugin.
      
      * Remove an unexpected test case.
      
      * Revert "Remove an unexpected test case."
      
      This reverts commit 359990e18b0c0ae1a6e1005ff985bf237ec05619.
      
      * Clear context.
      
      * Fix a leak.
      0f9c27d4
  27. 05 6月, 2019 1 次提交
    • D
      Provide plugin for Solr-7.x(client) (#2730) · 6ae51742
      daming 提交于
      * new branch for solrj-plugin
      
      * rollback and add module solrj-plugin
      
      * preparing to pr
      
      * to resolve reviewers' suggestions
      
      * remove unused code
      
      * remove unused code
      
      * remove unused comments
      
      * To avoid NPE
      
      * fix typo
      
      * Change to JRE6
      
      * fix pom.xml merge incorrectly. and java.net.URL instead of Regex
      
      * Using RuntimeContext instead of ThreadLocal
      
      * To reduce unnecessary tags
      
      * add test cases
      
      * fix validation fail
      
      * add solrj-plugin into component-libraries & Supported-list
      
      * to trace all patch to avoid recheck status of span
      
      * remove unnecessary properites
      
      * remove unnecessary tags
      
      * Add the config to document of setup
      6ae51742
  28. 02 6月, 2019 1 次提交
    • Z
      Provide plugin for ShardingSphere (#2699) (#2727) · f803a2ad
      Zhang Yonglun 提交于
      * merge
      
      * merge
      
      * Provide plugin for ShardingSphere (#2699)
      
      * Provide plugin for ShardingSphere (#2699)
      
      * Provide plugin for ShardingSphere (#2699)
      
      * adjust package name (#2699)
      
      * fix mvnw (#2699)
      
      * revert files access permission from 644 to 755
      
      * change the access permission from 644 to 755
      
      * change files access permission from 644 to 755
      
      * revert all no changes files
      f803a2ad
  29. 24 5月, 2019 2 次提交
    • wu-sheng's avatar
      Update Supported-list.md (#2751) · bb4c8c04
      wu-sheng 提交于
      bb4c8c04
    • F
      Support RESTEasy 3.x (#2665) · bc6f06f9
      FuCheng,Yan 提交于
      * feat(agent sdk): resteasy plugin
      
      * fix(agent sdk): fix component define
      
      * fix(agent sdk): fix file license
      
      * fix(agent sdk): fix file license
      
      * docs(agent sdk): add supported list
      
      * fix(agent sdk): fix file license
      
      * fix(agent sdk): fix response error tag
      
      * fix(agent sdk): fix
      
      * fix(agent sdk): adapter 3.5+
      
      * fix(agent sdk): remove unreasonable async handling
      bc6f06f9
  30. 20 5月, 2019 1 次提交
  31. 15 5月, 2019 1 次提交
  32. 28 4月, 2019 1 次提交
  33. 16 4月, 2019 1 次提交