zifeihan
c24dbd6ec1
Fix jdk-http and okhttp-3.x plugin did not overwrite the old trace header. ( #5958 )
...
* Fix jdk-http and okhttp-3.x did not overwrite the old trace header.
* Update CHANGES.md.
2020-12-06 21:14:12 +08:00
zifeihan
408bd3db5c
Fix okhttp-3.x and async-http-client-2.x did not overwrite the old trace header. ( #5917 )
...
* Fix okhttp-3.x and async-http-client-2.x did not overwrite the old trace header.
2020-11-27 22:31:39 +08:00
hsoftxl
2aeefceca0
Make okhttp3 ,feign http9.x plugin to support Java 14 ( #5745 )
2020-10-29 10:52:13 +08:00
Evan
29de696c42
exception-ignore-plugin ( #5426 )
2020-09-09 15:07:01 +08:00
kezhenxu94
5b255ba3e3
Set up more strict code styles and fix existing issues ( #4337 )
...
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.
2020-02-11 17:10:49 +08:00
qxo
77736c5e7d
okhttp OnFailureInterceptor should log exception info ( #3381 )
2019-08-30 22:39:28 +08:00
吴晟 Wu Sheng
c76fb4053e
Set up the bootstrap instrumentation plugin framework ( #3152 )
...
* POC: Intercept successfully.
* Refactor codes
* Build the new core
* Setup the new core.
* Push the javassist version to 3.23.2-GA, as it is the last version supports JDK 1.6 compile, according to https://github.com/jboss-javassist/javassist/blob/rel_3_23_2_ga/pom.xml#L149-L160
* Finish the all codes.
* Document updated for bootstrap instrumentation.
* Add a notice to document.
* Remove unexpected file.
* Set javassist version right. Add judge in core interceptors
* Fixe no log bridge implementation
2019-07-25 22:00:07 +08:00
lican
d55640454e
fix NPE when has connection exception ( #1253 )
2018-05-22 14:03:42 +08:00
吴晟 Wu Sheng
e13ff79326
Sync to fix release check ( #982 )
...
Fix IPMC checks for releasing.
2018-03-24 17:11:04 +08:00
wu-sheng
1d6ca31b62
Commit many java doc fixes.
2018-02-26 12:01:24 +08:00
ascrutae
18ad96a643
[Agent] fix the context is incorrect issue
2017-12-28 16:51:22 +08:00
ascrutae
fcbc8e574e
deal with response code
2017-12-28 14:15:20 +08:00
ascrutae
fe4aa75c4e
adjust the comment
2017-12-28 11:55:16 +08:00
ascrutae
fff0eac6cf
[Agent] Adjust the buired point of okhttp plugin
2017-12-28 11:34:36 +08:00
ascrutae
7dd6eec651
support the async function of okhttp plugin
2017-12-24 15:51:47 +08:00
ascrutae
60eb0d5814
[Agent] Fix issue that OkHttpClient plugin doesn't work
2017-12-14 22:27:14 +08:00
ascrutae
a62076f082
fix all interceptor class in plugin is incorrect
2017-12-12 14:16:45 +08:00
吴晟 Wu Sheng
032ade6e3c
Merge pull request #656 from ascrutae/feature/plugin-def-incorrect
...
fix the instrumentation class in plugin define file is incorrect
2017-12-11 16:05:10 +08:00
ascrutae
b5a7c8fbf0
fix the instrumentation class in plugin define file is incorrect
2017-12-11 16:00:15 +08:00
wusheng
15328202b8
Revove duplicate license headers.
2017-12-11 15:04:26 +08:00
wusheng
05b818e709
Update package name to org.apache.skywalking
2017-12-10 16:32:39 +08:00
wusheng
23133f7d97
Update copyright to Apache Foundation.
2017-12-09 23:38:32 +08:00
peng-yongsheng
6930937c32
To change the name of the author from pengys5 to Peng-yongsheng.
2017-10-23 18:18:08 +08:00
peng-yongsheng
52f1420670
Add copyright head in all java files and copyright head check style
2017-10-10 22:27:57 +08:00
wusheng
cc2163b7c2
Fix compile issues.
2017-09-19 23:36:29 +08:00
wusheng
3e2e294d8a
Fix some compile issue. (not finished.)
2017-09-19 19:40:44 +08:00
wusheng
992032cf6a
Refactor the interceptor method parameter list for SpringMVC plugin.
2017-08-10 17:54:08 +08:00
wusheng
103469256f
Support plugin match by annotation, can’t by interface yet. #281
2017-07-12 22:41:56 +08:00
ascrutae
4c1963cb45
support plugin testcase
2017-07-09 17:46:43 +08:00
ascrutae
7ccaa419e1
support new api for each plugin
2017-07-04 22:11:26 +08:00
wusheng
8c9c3e65b8
Finish some grpc client codes.
2017-06-29 22:57:18 +08:00
wusheng
5203081561
Support #206 #241 #253
2017-06-28 22:32:02 +08:00
wusheng
1fd449cddc
Finish the refactor of agent-core.
2017-06-28 09:05:39 +08:00
wusheng
48b2164f33
Finish almost all codes about TracingContext and three new type spans.
2017-06-27 11:48:54 +08:00
wusheng
947fed4865
Begin to refactor for performance.
2017-06-26 23:43:18 +08:00
wusheng
983dd8eac1
Provide AbstractSpan interface for the context.
2017-06-14 22:59:48 +08:00
wusheng
f0e626ff2c
1. Remove the “apm-trace” module, isolate the trace structure between agent and collector for considering performance.
...
2. Change the head name.
3. Provide potienal mechanism for ignore trace with certain suffix.
2017-06-10 22:46:16 +08:00
wusheng
903a2a17a0
Fix all compile issues.
2017-06-09 22:35:50 +08:00
wusheng
ae9bc45ccf
Fix compile issues.
2017-06-09 20:50:25 +08:00
wusheng
aaee8617f1
Revert "Prepare for improving sampling performance."
...
This reverts commit 19f2a561c9 .
2017-06-04 20:10:48 +08:00
wusheng
19f2a561c9
Prepare for improving sampling performance.
2017-06-04 19:37:59 +08:00
彭勇升 Buddha
77d43ca1b3
add feign default http plugin ( #205 )
...
* add feign default http plugin
add test case for feign default http interceptor
* move feign and okhttp plugins to the parent moudle
2017-06-03 17:39:49 +08:00