1. 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
  2. 13 9月, 2019 1 次提交
  3. 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
  4. 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
  5. 05 8月, 2019 1 次提交
  6. 25 7月, 2019 1 次提交
  7. 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
  8. 17 6月, 2019 1 次提交
  9. 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
  10. 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
  11. 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
  12. 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
  13. 15 5月, 2019 1 次提交
  14. 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
  15. 16 4月, 2019 1 次提交
  16. 28 3月, 2019 1 次提交
  17. 13 3月, 2019 2 次提交
    • B
      didn't mean to commit with this PR · a2df0e0e
      Brandon Fergerson 提交于
      a2df0e0e
    • D
      mysql-8x-plugin and multihost support for mysql5.x (#2292) · c7644c12
      dingshaocheng 提交于
      * fix issue #2258
      
      * fix #2097 #1947
      
      * remove Description and date tag
      
      * split the diferent version to different plugins
      
      * resolve conflict
      
      * record all ips on multiple host mode of mysqlconnector-5x
      
      * fix jdk 6.x
      
      * optimise the code
      
      * optimise code
      
      * modify class name
      
      * fix #2097 #1947
      
      * i do not think it is a good idea to move the Instrumentation to mysql-common,the better way is extract a public method to return the InteceptorPionts in mysql-common
      
      * fix #2097 #1947
      
      * remove witnessClasses of subclasses
      c7644c12
  18. 12 3月, 2019 1 次提交
  19. 18 1月, 2019 1 次提交
    • wu-sheng's avatar
      GA tagged, move to 6.1 (#2180) · 5a7eb565
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.0.0-GA
      
      * [maven-release-plugin] prepare for next development iteration
      5a7eb565
  20. 11 1月, 2019 1 次提交
  21. 03 1月, 2019 1 次提交
  22. 23 12月, 2018 2 次提交
  23. 20 12月, 2018 1 次提交
    • X
      Support canal plugin (#2035) · addf5101
      XiaoFu 提交于
      * fix add Canal plugin
      
      * fix add UnitTest
      
      * fix   format pom.xml
      
      * Delete CanalApplication.java
      
      * fix support cluster url
      
      * fix add Licensed
      
      * fix bug
      
      * fix
      addf5101
  24. 07 12月, 2018 1 次提交
    • X
      Support rabbitmq plugin (#2000) · 45f44544
      XiaoFu 提交于
      * Fix support rabbitmq plugin
      
      * fix Unit test rename sw3 to sw6
      
      * Update pom.xml
      
      * fix adjust rabbitmq Unit test
      
      * fix add rabbitmq component in docker component-libraries.yml
      
      * Update RabbitMQProducerInterceptor.java
      
      * Update RabbitMQProducerInterceptor.java
      45f44544
  25. 06 11月, 2018 1 次提交
    • wu-sheng's avatar
      Sync 6.0.0-alpha release and version up to beta. (#1883) · 72a39e1f
      wu-sheng 提交于
      * Lock oracle and resin plugins version.
      
      * Move resin and oracle plugin to openskywalking
      
      * Restore submodule active.
      
      * Add another submodule active command.
      
      * Remove the wrong test cases in release and fix some doc issues.
      
      * [maven-release-plugin] prepare release v6.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Fix some doc
      72a39e1f
  26. 26 9月, 2018 1 次提交
    • C
      Add Undertow 2.x plugin (#1700) · d9418926
      chenpengfei 提交于
      * Add Undertow 2.x plugin
      
      * Undertow: Interceptor method executeRootHandler in class Connectors
      
      * Change version number to 6.0.0-alpha-SNAPSHOT
      d9418926
  27. 22 9月, 2018 1 次提交
  28. 24 8月, 2018 2 次提交
  29. 22 8月, 2018 3 次提交
    • A
      Sync mvnw to 6.0 , provided by @adriancole · 4b17685c
      Adrian Cole 提交于
      4b17685c
    • O
      [Agent] Provide plugin for Elasticsearch 5.x (#1500) · b3959202
      oatiz 提交于
      * [Agent] Provide plugin for Elasticsearch 5.x
      
      Add [Agent] Elasticsearch transport client plugin
      
      fix component name
      
      add elasticsearch component
      
      add elasticSearch component into component-libraries.yml
      
      * update support list
      
      * update PlainListenableActionFutureInterceptor.java
      
      * fix set span attributes
      
      * clear runtimeContext
      
      * remove extra plugins
      b3959202
    • A
      Moves to Maven wrapper to stabilize the version in use (#1569) · d0b95164
      Adrian Cole 提交于
      * Moves to Maven wrapper to stabilize the version in use
      
      This will ensure those building will have similar experience due to
      having a fixed maven version.
      
      * Updates most plugin versions and removes redundant configuration
      
      * Sets up build enforcement for JDK 1.8 until further work occurs
      d0b95164
  30. 04 8月, 2018 2 次提交
    • X
      [Agent] Add plugin for ActiveMQ 5.x (#1513) · da2189e5
      XiaoFu 提交于
      * add activemq-plugin
      
      * fix  update ActiveMQConsumerInstrumentation Enhance another class
      
      * refacor ActiveMQConsumerInstrumentation code
      
      * support both  topic and queue
      
      * clear the code
      
      * add UnitTest add fix bug
      
      * fix obtain url  bug
      
      * Refactor the ActiveMQProducerInstrumentation code
      
      * fix bug
      
      * fix ConstructorInterceptor BUG
      
      * add Licensed
      
      * Update application.yml
      
      Restore configuration
      
      * Restore configuration
      
      * perfect test
      
      * fix
      
      * fix License
      
      * fix  Project Files
      
      * fix import class in instrumentation
      
      * fix test case
      
      * fix java doc
      
      * fix  Trigger CI
      
      * fix ActiveMQConsumerAndProducerConstructorInterceptorTest
      
      * delete unit test
      
      * fix
      
      * fix
      
      * fix  folder directory problem
      
      * Delete ActiveMQConsumerInstrumentation.java
      da2189e5
    • X
      [Agent] Add plugin for ActiveMQ 5.x (#1513) · 1d39614b
      XiaoFu 提交于
      * add activemq-plugin
      
      * fix  update ActiveMQConsumerInstrumentation Enhance another class
      
      * refacor ActiveMQConsumerInstrumentation code
      
      * support both  topic and queue
      
      * clear the code
      
      * add UnitTest add fix bug
      
      * fix obtain url  bug
      
      * Refactor the ActiveMQProducerInstrumentation code
      
      * fix bug
      
      * fix ConstructorInterceptor BUG
      
      * add Licensed
      
      * Update application.yml
      
      Restore configuration
      
      * Restore configuration
      
      * perfect test
      
      * fix
      
      * fix License
      
      * fix  Project Files
      
      * fix import class in instrumentation
      
      * fix test case
      
      * fix java doc
      
      * fix  Trigger CI
      
      * fix ActiveMQConsumerAndProducerConstructorInterceptorTest
      
      * delete unit test
      
      * fix
      
      * fix
      
      * fix  folder directory problem
      
      * Delete ActiveMQConsumerInstrumentation.java
      1d39614b
  31. 12 7月, 2018 1 次提交
  32. 07 7月, 2018 1 次提交
  33. 03 6月, 2018 1 次提交
    • L
      Add sofa rpc plugin integration (#1210) · c4766ecb
      Lei Zhiyuan 提交于
      * sofa rpc integration
      
      * remove unused class and method,add component defination
      
      * only support after sofa rpc 5.4.0
      
      * set sofarpc componentId be 32
      
      * Add document of component library settings and incuating features abstract. (#1185)
      
      * sofa rpc integration
      
      * Update UI licenses (#1189)
      
      * Update UI licenses for beta version
      
      * Update FAQ doc (#1184)
      
      * update faq doc
      
      * update faq
      
      * update faq
      
      * Update readme for beta release. (#1191)
      
      * New english readme.
      
      * New chinese readme.
      
      * Fix #1186 Webapp read timeout config (#1192)
      
      * Updat ui (#1197)
      
      * Change the intercept point of block call way (#1190)
      
      * Change the buired point of block call way
      
      * Support future way and change the operation name of span
      
      * Update screenshot for new release. (#1209)
      
      * remove unused class and method,add component defination
      
      * only support after sofa rpc 5.4.0
      
      * set sofarpc componentId be 32
      
      * sofa rpc integration
      
      * remove unused class and method,add component defination
      
      * only support after sofa rpc 5.4.0
      
      * set sofarpc componentId be 32
      
      * sofa rpc integration
      
      * remove unused class and method,add component defination
      
      * change parent pom version
      
      * remove unused dependency
      c4766ecb
  34. 16 5月, 2018 1 次提交