吴晟 Wu Sheng
a2dd0e13d5
Polish the context related codes. ( #5764 )
2020-11-01 13:56:24 +08:00
Evan
08781b41a8
add transmission latency for MQ case ( #5666 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-11-01 11:01:04 +08:00
xbkaishui
9668672205
add http client parameter collector ( #5756 )
...
* add http client parameter collector
* Update CHANGES.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-31 23:49:15 +08:00
hsoftxl
2aeefceca0
Make okhttp3 ,feign http9.x plugin to support Java 14 ( #5745 )
2020-10-29 10:52:13 +08:00
zifeihan
78ccf71328
Fix the exception that is thrown without `TServiceClientReceiveInstrumentation`. ( #5734 )
2020-10-27 16:01:33 +08:00
hn
b5e7d17e4c
Fix incomplete JavaDoc ( #5733 )
2020-10-27 13:54:39 +08:00
kezhenxu94
f92a7bf897
Start next iteration 8.3.0 ( #5719 )
...
* [maven-release-plugin] prepare release v8.2.0
* [maven-release-plugin] prepare for next development iteration
2020-10-24 19:30:29 +08:00
zifeihan
f5e38b88e3
Add agent config `PROPERTIES_REPORT_PERIOD_FACTOR `, Avoid the instanceTraffic record properties is null. ( #5688 )
2020-10-20 12:02:27 +08:00
ggndnn
45e02ec106
Fix inconsistent logic in PrefixMatch ( #5681 )
...
Co-authored-by: ggnn <ggnn@ggnndeMacBook-Pro.local>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-10-17 12:46:10 +08:00
zifeihan
06bec02869
Fix application start duration log "Failed to load class org.slf4j.impl.StaticLoggerBinder." ( #5678 )
...
* Fix application start duration log "Failed to load class "org.slf4j.impl.StaticLoggerBinder"." when use kafka reporter. because kafka reporter use slf4j-api, but no implementor for slf4j.
* Polishing.
* Adapter slf4j Logger of agent used to skywalking agent Logger.
* Make the comments more accurate.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-17 09:44:42 +08:00
Daming
98968122e9
Provide Thrift Plugin ( #5644 )
2020-10-16 16:09:47 +08:00
zifeihan
627358ee9e
Fix duplicate ExitSpan, Maybe this will cause some error message not recorded. because "feign load balance" mechanism will retry execute. ( #5667 )
2020-10-15 21:55:20 +08:00
qinqiangqiang
f2e83bad30
resttemplate plugin concurrency scenario data mistake problem fix ( #5658 )
...
* resttemplate plugin concurrency scenario data mistake problem
2020-10-15 12:09:04 +08:00
Daming
7881c57023
Introduct DataCarrier to avoid service blocked ( #5660 )
2020-10-14 08:12:22 +08:00
Humbertzhang
bde07d7ecd
Fix typo in ProfileTask.java ( #5647 )
...
* fix typo in ProfileTask
2020-10-10 22:24:48 +08:00
Kdump
5fa2ae4903
fix RESOURCE_LEAK ( #5616 )
2020-10-07 18:47:25 +08:00
Kdump
a5f4052965
fix INEFFICIENT_KEYSET_ITERATOR ( #5612 )
...
* fix INEFFICIENT_KEYSET_ITERATOR
2020-10-06 21:44:23 +08:00
xbkaishui
c9b6a78ca9
Limit Sql body size ( #5626 )
2020-10-04 23:22:32 +08:00
Daming
47d5a7680b
chore: fix UnnecessaryParentheses ( #5624 )
2020-10-02 22:03:00 +08:00
Xin,Zhang
d02ee0af3e
Replace != with equals ( #5617 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 15:57:11 +08:00
zhang-wei
a36f22f828
add comment ( #5620 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 09:52:00 +08:00
Kdump
d30ca1ab58
fix TypeParameterUnusedInFormals ( #5613 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-02 07:41:17 +08:00
Daming
6eda8346bb
remove dead code ( #5611 )
2020-10-02 00:11:02 +08:00
kezhenxu94
a45f615b6d
Use explicit charset instead of default charset ( #5601 )
...
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
Co-authored-by: zhang-wei <pknfe@outlook.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 21:27:31 +08:00
zhang-wei
736dc3d3ec
Remove some unused variables ( #5598 )
2020-10-01 14:51:07 +08:00
Xin,Zhang
772f1d2e82
Replace Class.newInstance() with getDeclaredConstructor().newInstance() ( #5600 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 12:56:28 +08:00
Xin,Zhang
7c69ea889e
Fix JdkObsolete issue ( #5599 )
...
* Fix JdkObsolete issue
* Fix code style
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-01 11:09:51 +08:00
Kdump
3bc94cbb68
fix Calling getClass() on an enum may return a subclass of the enum type ( #5594 )
...
ref: https://errorprone.info/bugpattern/GetClassOnEnum
2020-09-30 22:51:05 +08:00
吴晟 Wu Sheng
bc64c6a127
Make the extension header really extendable ( #5590 )
2020-09-30 07:33:23 +08:00
吴晟 Wu Sheng
103cf00672
Support JDK 11 compiling and upgrade dependencies ( #5579 )
...
* Upgrade dependencies and make the JDK11 compiling passed.
* Update license and fix license check file.
* Add CI for JDK11 compiling.
* Update doc.
2020-09-29 10:34:21 +08:00
vcjmhg
806666b4cc
add webflux webclient plugin ( #5493 )
2020-09-27 22:38:07 +08:00
吴晟 Wu Sheng
b560bae3f8
Polish comments of the meter at the agent side. ( #5565 )
...
* Polish comments of the meter at the agent side.
* Fix code style.
2020-09-27 07:31:33 +08:00
mrproliu
a68be426a0
Provide metrics APIs for agent plugin ( #5523 )
2020-09-26 21:30:37 +08:00
zifeihan
84d49c4412
Add kafka config for how long does kafka query server topic will trigger timeout ( #5554 )
2020-09-25 13:03:51 +08:00
harvies
1ff25ac4f4
Support mongo driver 4.x version. ( #5512 )
2020-09-22 17:09:24 +08:00
harvies
c3edd3dad0
Better witness class for mongo3.8.x ( #5524 )
...
* modify witness class
* modify witness class & add test case
* replace DB_STATEMENT to DB_BIND_VARIABLES & remove executeMethod prefix
* fix ci
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-22 09:50:44 +08:00
吴晟 Wu Sheng
075cb981a9
Add `MOUNT` config in the agent core. ( #5529 )
2020-09-22 07:14:34 +08:00
hailin0
e200ef1045
Add support for xxl-job ( #5519 )
2020-09-20 10:04:32 +08:00
Lu Jiajing
c65bcf1142
Check bootstrapServers type before casting for kafka-clients >= 2.1 ( #5510 )
2020-09-18 15:18:54 +08:00
吴晟 Wu Sheng
54ee2e61ad
Fix typo and add comments. ( #5495 )
...
* Fix typo and add comments.
* Fix comment.
2020-09-16 11:27:38 +08:00
Evan
29de696c42
exception-ignore-plugin ( #5426 )
2020-09-09 15:07:01 +08:00
Xin,Zhang
1b5dd9b3f3
Move spring webflux into optional plugin ( #5445 )
...
* Move spring webflux into optional plugin
* Fix compile check
* Fix check style
* Adjust code
* add docs
* Update docs/en/setup/service-agent/java-agent/README.md
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-09-09 09:53:07 +08:00
Brandon Fergerson
f8c887e241
Include request method type in rest mapping annotations ( #5085 )
2020-09-05 23:14:40 +08:00
Evan
0e132685e6
fix doc on recently pr ( #5432 )
2020-09-03 23:20:36 +08:00
hailin0
ca957699dc
Add support for quartz-scheduler ( #5413 )
2020-08-30 23:48:26 +08:00
xbkaishui
ae6b4add50
#5311 Fix ActiveMQ NullPointerException ( #5412 )
2020-08-30 12:09:57 +08:00
Lu Jiajing
9442a51c11
JsonLogger implementation ( #5356 ) ( #5357 )
2020-08-29 23:17:29 +08:00
吴晟 Wu Sheng
ca5e576c04
Fix sampling and Kafka reporter conflicting. ( #5408 )
...
* Fix sampling and Kafka reporter conflicting.
* Remove legacy codes.
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-08-28 23:47:03 +08:00
hailin0
afc0aef567
Add logic-endpoint and testcase for elasticjob-2.x plugin ( #5395 )
2020-08-28 14:27:07 +08:00
novayoung
f89ed0c315
Optimize: truncate parameterString ( #5396 )
2020-08-28 12:46:41 +08:00