1. 21 6月, 2020 1 次提交
  2. 20 6月, 2020 1 次提交
  3. 15 6月, 2020 1 次提交
  4. 12 6月, 2020 1 次提交
  5. 11 6月, 2020 1 次提交
  6. 07 5月, 2020 1 次提交
  7. 31 3月, 2020 1 次提交
  8. 19 3月, 2020 1 次提交
  9. 11 3月, 2020 1 次提交
    • Y
      Add finagle plugin (#4441) · ced5cb28
      yoje 提交于
      * Add finagle plugin (#4433)
      
      * fix failed checks for pr(#4441)
      * Add licenses for some files
      * Update Supported doc
      * Add finagle to test component-libraries.yml
      
      * Add finagle automatic tests into CI
      
      * Add comments
      
      * update comments
      
      * Remove CompatibilityChecker
      
      * Move query-protocol submodule to the right version
      
      * Remove `enhancedInstance.setSkyWalkingDynamicField` in `ClientTracingFilterInterceptor`.
      
      * Update expectedData.yaml of finagle tests
      
      * Use lazy ContextCarrier injection.
      
      * Add comments for `ContextCarrierHelper`
      
      * Fix ContextHolderFactory to avoid context pollution
      Co-authored-by: Nhuangyongjie <huangyongjie@tigerbrokers>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      ced5cb28
  10. 11 2月, 2020 1 次提交
    • K
      Set up more strict code styles and fix existing issues (#4337) · 5b255ba3
      kezhenxu94 提交于
      Motivation:
      
      Review code styles with some bots automatically.
      
      Modifications:
      
      Set up ReviewDog in GitHub Action to review code style.
      
      Add more check rules to checkstyle plugin.
      
      Result:
      
      Obvious code styles can be reviewed and commented automatically.
      5b255ba3
  11. 30 1月, 2020 1 次提交
  12. 31 12月, 2019 1 次提交
  13. 26 12月, 2019 2 次提交
  14. 25 12月, 2019 1 次提交
  15. 24 12月, 2019 2 次提交
  16. 11 12月, 2019 1 次提交
  17. 13 11月, 2019 1 次提交
  18. 12 11月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.6.0 SNAPSHOT (#3839) · 3fbaec42
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.5.0
      
      * [maven-release-plugin] prepare for next development iteration
      3fbaec42
  19. 28 10月, 2019 2 次提交
  20. 23 10月, 2019 1 次提交
    • 静夜思朝颜'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
  21. 10 10月, 2019 1 次提交
  22. 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
  23. 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
  24. 13 9月, 2019 1 次提交
  25. 09 9月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.5.0 (#3439) · ce20fe10
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      ce20fe10
  26. 04 9月, 2019 1 次提交
    • S
      MOD: Modify compatibility of kafka plugin and expand operationName (#3390) · 05d9c0a9
      Stalary 提交于
      * ADD: add operationName length threshold
      
      * MOD:move operationName threshold to Config, simplified code
      
      * MOD:update agent set-up document, clean code
      
      * MOD:add agent.operation_name_threshold conf prefix
      
      * MOD: Modify compatibility of kafka plugin and expand operationName
      
      * MOD: Delete localSpan layer, modify consumer operationName, delete producer key
      
      * MOD: Modify operationName, reduce String operation
      
      * FIX: Fix callback break, the new version of kafka callback is intercepted twice and needs to be judged
      
      * FIX: Fix different problems with KafkaProducer constructor in old and new versions
      
      * MOD: separate code
      05d9c0a9
  27. 05 8月, 2019 1 次提交
  28. 25 7月, 2019 1 次提交
  29. 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
  30. 17 6月, 2019 1 次提交
  31. 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
  32. 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
  33. 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
  34. 24 5月, 2019 1 次提交
    • 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
  35. 15 5月, 2019 1 次提交
  36. 30 4月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.2 (#2563) · 9b87086d
      wu-sheng 提交于
      * Move submodule plugin.
      
      * Always auto-submodule
      
      * [maven-release-plugin] prepare release v6.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Change keys location.
      9b87086d
  37. 16 4月, 2019 1 次提交