pg.yang
62bb071824
Optimize ConfigInitializer to enhance map/list field field ( #305 )
...
* Optimize ConfigInitializer to output warning messages when the config value is truncated.
* Fix the default value of the Map field would merge rather than override by new values in the config.
* Support to set the value of Map/List field to an empty map/list.
* Update `configuration` doc about overriding default value as empty map/list accordingly.
2022-09-09 00:02:55 +08:00
pg.yang
618a899cfd
Support set/hashset/treeSet/arraylist/linkedlist types in the agent and plugin configurations ( #304 )
2022-09-07 17:52:18 +08:00
吴晟 Wu Sheng
b8f99e95e5
Begin 8.13.0 iteration, 8.12.0 release is on vote ( #301 )
...
* [maven-release-plugin] prepare release v8.12.0
* [maven-release-plugin] prepare for next development iteration
* Create changes-8.12.0.md
* Update CHANGES.md
2022-09-01 16:51:48 +08:00
pg.yang
ce1f8c0c2c
Upgrade jedis plugin to support 3.x(stream),4.x ( #300 )
2022-09-01 13:45:53 +08:00
pg.yang
969a258683
Remove inappropriate dependency from elasticsearch-7.x-plugin ( #299 )
2022-08-31 17:20:32 +08:00
pg.yang
92665b8add
Add plugin to support NATS Java client ( #298 )
2022-08-29 19:44:20 +08:00
pg.yang
4b564ade64
Add plugin to support micronaut ( #291 )
2022-08-19 18:20:32 +08:00
BigXin0109
84ccd88e31
feat: add support xxl-job 2.3.x ( #295 )
2022-08-19 15:09:00 +08:00
Jeffrey H. Lei
42ea174ed9
Force the injected high-priority classes in order to avoid NoClassDefFoundError. ( #292 )
...
Co-authored-by: leihuazhe <leihuazhe@sensorsdata.cn>
2022-08-16 17:40:47 +08:00
jmjoy
115bcc1a3f
Update plugin test document for logging. ( #294 )
2022-08-14 23:47:30 +08:00
Brandon Fergerson
3e71ae4cdd
fix: reconnection race condition ( #290 )
2022-08-08 22:42:11 +08:00
pg.yang
840e381181
Fix inconsistent description about configuration.yml ( #289 )
2022-08-07 07:54:42 +08:00
YoyoFx
881a42d228
Fix CVE-2022-24823 and CVE-2022-25647 Vulnerability ( #288 )
2022-08-05 08:17:03 +08:00
吴晟 Wu Sheng
7b256a61c1
* Upgrade byte-buddy to 1.12.13, and adopt byte-buddy APIs changes. ( #287 )
2022-08-02 09:14:31 +08:00
yswdqz
129f57c4c1
Add an agent plugin to support tomcat10.x ( #286 )
...
Resolve https://github.com/apache/skywalking/issues/7420
2022-07-23 17:54:48 +08:00
pg.yang
817d02c1b2
Update HttpURLConnection compatibility doc ( #8133 ) ( #285 )
2022-07-19 22:57:32 +08:00
kezhenxu94
d75cdf51e1
Save http status code regardless of it's status ( #258 )
2022-07-12 14:53:14 +08:00
Brandon Fergerson
19dd412b34
Update Supported-list.md ( #268 )
2022-07-06 20:04:51 +08:00
geekymv
6eeacf0959
Add an agent plugin to support hutool-http ( #264 )
2022-06-30 09:31:59 +08:00
Leibniz.Hu
a60a61b83d
Add support for RESTEasy 4.x ( #265 )
...
- Most of the codes are copied from RESTEasy 3.x
- The plugin test cases are copied from https://github.com/apache/skywalking-java/pull/169 , which have been approved by its original author @carlfranz (https://github.com/carlfranz ) through https://github.com/apache/skywalking-java/pull/265#issuecomment-1169876704
- Plugin codes are polished to adopt RESTEasy new APIs
- Test cases passed.
2022-06-29 23:10:55 +08:00
xzyJavaX
438d295423
update witness class in elasticsearch-6.x-plugin ( #228 )
...
* update witness class in elasticsearch-6.x-plugin
* update test cases in elasticsearch-6.x-plugin
* update the supported list
Co-authored-by: xzy <xiongzheyuan@shouqianba.com>
2022-06-24 09:17:37 +08:00
吴晟 Wu Sheng
f8deb7c30b
Fix CI through clear context forcedly. ( #231 )
2022-06-23 18:59:47 +08:00
drgnchan
a1c64a4edc
[ISSUE #9264 ] fix onHalfClose span operation name ( #229 )
...
* fix:onHalfClose using span name '/Request/onComplete' but not '/Request/onHalfClose'
* chore: update CHANGES.md
* fix:testcase with operation name '/Request/onComplete'
Co-authored-by: raymond.chen <raymond.chen@yijinin.com>
2022-06-23 16:55:08 +08:00
hutaishi
dacdddb1b4
shenyu plugin fix IgnoredTracerContext traceId NPE ( #215 )
2022-06-20 22:02:03 +08:00
吴晟 Wu Sheng
8de87f5556
Begin 8.12.0 iteration ( #214 )
...
* [maven-release-plugin] prepare release v8.11.0
* [maven-release-plugin] prepare for next development iteration
* Create changes-8.11.0.md
* Update CHANGES.md
2022-06-18 12:05:56 +08:00
吴晟 Wu Sheng
b83865f6cd
Optimize gRPC Log reporter to set service name for the first element ( #206 )
2022-06-15 23:17:14 +08:00
Oliver
88a7778637
[Polish] Code level polish (no logic change) ( #166 )
2022-06-13 10:02:08 +08:00
huangjikun
c8840b010c
Avoid FileWriter scheduled task NPE ( #205 )
...
[Bug] fileOutputStream in FileWriter has been flushed and cleared when switching to a new file, which causes NPE.
Fix https://github.com/apache/skywalking/issues/9201
2022-06-11 15:45:33 +08:00
ForestWang123
372d754030
Fix argument type name in postgresql plugin and add type name checking ( #194 )
...
* Fix argument type name of Array in postgresql-8.x-plugin and add type name checking in ArgumentTypeNameMatch and ReturnTypeNameMatch
* Update docs/en/setup/service-agent/java-agent/Java-Plugin-Development-Guide.md
* fix methods matchers in PgStatementInstrumentation
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-06-10 21:24:46 +08:00
吴晟 Wu Sheng
d468806f43
Remove duplicate ServiceComb plugin codes. ( #189 )
...
Follow https://github.com/apache/skywalking-java/pull/127#issuecomment-1140764345
2022-05-31 10:46:53 +08:00
zhyyu
e81638ea4e
Add `plugin.jdbc.trace_sql_parameters` into Configuration Discovery S… ( #174 )
...
Co-authored-by: yuzhongyu <yuzhongyu@cestc.cn>
2022-05-30 20:42:30 +08:00
吴晟 Wu Sheng
a8214514ae
Remove JDK 14 from tests ( #187 )
...
* Remove JDK 14 from tests
* Remove jdk14-with-gson test.
2022-05-30 16:28:03 +08:00
Jiajing LU
1b30a0c088
Fix tcnative lib relocation ( #186 )
2022-05-30 15:54:39 +08:00
吴晟 Wu Sheng
7dcc695f3e
Clean up years ago legacy codes ( #185 )
2022-05-26 15:43:41 +08:00
andotorg
5bc1d1d1f1
Support `-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector` in gRPC log report. ( #182 )
...
Co-authored-by: andotorg <xieyan9@tal.com>
2022-05-22 13:56:29 +08:00
wuwen
42377bb274
Fix Span not finished in gateway plugin when the gateway request timeout. ( #175 )
2022-05-14 20:45:36 +08:00
Brandon Fergerson
4b24b7d795
Add log endpoint name ( #171 )
2022-05-09 15:00:56 +08:00
hutaishi
bd7912106a
Apache ShenYu (incubating) plugin support grpc,sofarpc,motan,tars ( #170 )
2022-05-07 10:23:23 +08:00
hutaishi
d45818911d
gRPC plugin support trace client generic call ( #168 )
2022-05-05 11:07:49 +08:00
xzyJavaX
edc69ed847
Fix NPE in elasticsearch plugin ( #167 )
2022-04-29 12:53:14 +08:00
Anders Guo
8ae57d25a0
Change the dateformat of logs to yyyy-MM-dd HH:mm:ss.SSS ( #165 )
2022-04-26 07:54:10 +08:00
zhyyu
88c4c71598
Add trace-sampler-cpu-policy-plugin ( #135 )
...
Co-authored-by: yuzhongyu <yuzhongyu@cestc.cn>
2022-04-25 18:27:53 +08:00
wuwen
4d76f3e2fb
Fix NPE in gateway plugin when the timer triggers webflux webclient call. ( #164 )
2022-04-25 09:28:27 +08:00
lbc97
81ded4acf5
servicecomb 2.0 plugin ( #127 )
2022-04-22 18:45:35 +08:00
hutaishi
504f9c415b
[Feature] [ShenYu]<Apache ShenYu (incubating) plugin support dubbo proxy>( #8869 ) ( #162 )
2022-04-21 17:43:50 +08:00
kezhenxu94
72bc256418
Fix dead link checker ( #161 )
2022-04-19 21:22:36 +08:00
Cool-Coding
cc42b50047
Remove redundant 'shade.package' property( #8904 ) ( #160 )
...
Co-authored-by: 杨光永 yangguangyong <riguang2007@gmail.com>
2022-04-19 15:11:23 +08:00
Hoshea Jiang
65032a9b48
Add layer field to event when reporting ( #159 )
2022-04-18 16:24:43 +08:00
吴晟 Wu Sheng
07cc03a35f
Update CHANGES.md ( #158 )
2022-04-18 07:20:23 +08:00
Brandon Fergerson
9125933f56
instance properties bug fix ( #157 )
2022-04-16 13:38:00 +08:00