1. 06 10月, 2019 1 次提交
  2. 20 9月, 2019 1 次提交
  3. 19 9月, 2019 1 次提交
  4. 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
  5. 17 9月, 2019 1 次提交
  6. 29 8月, 2019 1 次提交
  7. 28 8月, 2019 1 次提交
    • S
      ADD: add operationName length threshold (#3357) · 3d00d83f
      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
      3d00d83f
  8. 27 8月, 2019 1 次提交
    • wu-sheng's avatar
      Support op group name in agent config core. (#3299) · a3241f0a
      wu-sheng 提交于
      * Support op group name in agent config core.
      
      * Provide core API for operation name grouping, rest template plugin update, and doc update.
      
      * Fix doc
      
      * Fix test case.
      
      * Fix missing changes.
      
      * add shuyun to powered-by.md (#3341)
      
      * add shuyun to powered-by.md
      
      * update powered-by.md
      
      * Remove static method.
      a3241f0a
  9. 14 8月, 2019 2 次提交
  10. 11 8月, 2019 1 次提交
  11. 03 8月, 2019 1 次提交
    • L
      Add jdk http plugin (#3171) · 6e837153
      li.can 提交于
      * add http
      
      * update plugin
      
      * Add StaticMethodsAroundInterceptor to be injected.
      
      * move to options plugin
      
      * move folder
      
      * update pom
      
      * support https
      
      * add witness class
      
      * Make JDK9-11 available for bootstrap instrumentation
      
      * Remove temp folder of old bootstrap instrumentation requirement.
      
      * remove witness ,work for jdk6,7,8,9,10,11
      
      * Make JDK 12 works.
      
      * move jdk-http-plugin to bootstrap-plugins folder
      
      * add httpsclient
      
      * update README.md
      6e837153
  12. 02 8月, 2019 1 次提交
  13. 31 7月, 2019 2 次提交
  14. 28 7月, 2019 1 次提交
  15. 25 7月, 2019 1 次提交
  16. 20 7月, 2019 1 次提交
  17. 23 6月, 2019 1 次提交
    • wu-sheng's avatar
      Fix OOM by empty stack of exception. (#2931) · d844a525
      wu-sheng 提交于
      * Support bootstrap class enhance and fix OOM by empty stack of exception.
      
      * Agent document update
      
      * Remove a word.
      
      * Fix wrong cause exception search.
      
      * Fix the condition
      
      * Revert bootstrap class loader enhance.
      
      * Remove import.
      
      * no message
      d844a525
  18. 19 6月, 2019 1 次提交
  19. 17 6月, 2019 1 次提交
  20. 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
  21. 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
  22. 20 5月, 2019 1 次提交
  23. 13 3月, 2019 3 次提交
    • B
      updated to operation name · 7322ea86
      Brandon Fergerson 提交于
      7322ea86
    • B
      add to docs · 7e313313
      Brandon Fergerson 提交于
      7e313313
    • Customize Enhance code of plugin (#2300) · 8c3b9517
      于玉桔 提交于
      * Submit custom enhancement kernel code for the first time.
      
      * Submit the code again.
      
      * Optimize ClassUtil code.
      
      * Submit custom enhancement plugin code for the first time.
      
      * To fix CI issue.
      
      * To fix CI header Tmp issue
      
      * To fix CI Tmp header issue
      
      * Customize plugin code submission
      
      * Add md file.
      
      * Fix some bug.
      
      * Fix ci issue
      
      * Fix md desc
      
      * Fix unapproved license
      
      * Fix bug
      
      * Fix collection bug.
      
      * Fix java8 pair ref issue
      
      * Fix CI issue.
      
      * Add more detail for expression.
      
      * Fix review issue
      
      * Fix review issue 2
      
      * Fix review code issue 2
      
      * Fix md issue
      
      * Fix bug and op desc md.
      
      * Update customize-enhance-trace.md
      
      * Update customize-enhance-trace.md
      
      * FIx code review issue.
      8c3b9517
  24. 08 3月, 2019 1 次提交
  25. 04 3月, 2019 1 次提交
  26. 27 2月, 2019 1 次提交
  27. 15 2月, 2019 1 次提交
  28. 11 2月, 2019 1 次提交
  29. 26 1月, 2019 1 次提交
    • Support lettuce plugin (#2152) · a36394d9
      于玉桔 提交于
      * Support lettuce plugin
      
      * lettuce plugin bugfix
      
      * lettuce plugin fix license issue
      
      * lettuce plugin fix cluster and config issue
      
      * plugin lettuce compatible with low 5.0.x version
      
      * lettuce plugin support version accurately describes on Supported-list.md
      
      * plugin lettuce compatible with low 5.0.2 version
      
      * lettuce plugin fix wrong batch method intercept point
      
      * move lettuce to optional plugins
      
      * fix ci issue
      
      * fix ci issue
      
      * Modify the description file
      
      * Pom code optimization
      
      * Optimization operation name
      
      * Optimization operation name2
      a36394d9
  30. 18 1月, 2019 1 次提交
  31. 03 1月, 2019 1 次提交
  32. 02 1月, 2019 1 次提交
  33. 26 11月, 2018 1 次提交
  34. 21 11月, 2018 1 次提交
    • wu-sheng's avatar
      Support new v2 protocol and make concept consistently (#1937) · c6ada8c9
      wu-sheng 提交于
      * Update new protocol
      
      * Support new protocol at agent side.
      
      * Fix test case.
      
      * Make backend supports new trace protocol
      
      * Fix tests.
      
      * Make all new services available in gRPC.
      
      * Fix bugs.
      
      * Finish new document for v2 trace protocol.
      
      * Fix wrong version requirement of zk
      
      * Fix trace query bug.
      
      * Find a client side dictionary bug.
      
      * Fix register bugs.
      
      * Fix break doc links.
      c6ada8c9
  35. 17 11月, 2018 1 次提交
  36. 07 10月, 2018 1 次提交
    • wu-sheng's avatar
      Prepare new doc for v6 (#1695) · 7ad619ac
      wu-sheng 提交于
      * Replace v5 changes by a link to 5.x branch. New v6 changelog.
      
      * Finish query doc and fix a missing field in alarm doc.
      
      * Add link to official oal in alarm doc.
      
      * Fix words.
      
      * Fix some doc
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      7ad619ac