Commit Graph

6767 Commits

Author SHA1 Message Date
Dachuan J fd1f4fe609
Support for ShardingSphere 5.0.0 (#98)
* Update ShardingSphere to 5.0.0
* Change docs
2022-01-28 10:57:23 +08:00
吴晟 Wu Sheng 592fe29d13
Lock the Spring version in plugin test. (#99)
* Lock the Spring version in plugin test.
2022-01-28 09:33:51 +08:00
kezhenxu94 75cc77de10
Migrate base images to Temurin and add images for ARM (#97) 2022-01-26 16:09:44 +08:00
吴晟 Wu Sheng b7bb3f818b
Remove mesos from readme (#94) 2022-01-17 19:19:27 +08:00
ArjenDavid-sjtu 8a1dae348c
Support configuration to collect redis parameters for jedis plugin (#91)
Co-authored-by: 温嘉鸣 <wenjiaming@shouqianba.com>
2022-01-14 00:50:40 +08:00
xu1009 634cf279a9
Support collecting metrics of ZGC (#89)
Co-authored-by: litexu <litexu@tencent.com>
2022-01-13 15:11:00 +08:00
吴晟 Wu Sheng 7b160b5fec
Follow protocol grammar fix `GCPhrase -> GCPhase` (#90) 2022-01-12 23:10:58 +08:00
wuwen dfda1aafca
Compatible with the versions after dubbo-2.7.14 (#88)
The ```rpcContext.getAttachments()``` method returns is a copy Map
2022-01-12 19:36:15 +08:00
吴晟 Wu Sheng b92659c0c4
Update year to 2022. (#87) 2022-01-03 17:28:09 +08:00
Ze 96ea77cf8f
Fix the bug that httpasyncclient-4.x-plugin puts the dirty tracing context in the connection context (#86) 2021-12-21 11:16:26 +08:00
PepoRobert 61e0e6de7b
Fix httpasyncclient-4.x-plugin's memory leak risk (#85) 2021-12-19 15:16:09 +08:00
Daniel Qian ff5de395a0
Enhance `returnedObj` expression to support Array, List and Map (#84)
* Enhance `returnedObj` expression to support Array, List and Map for apm-customize-enhance-plugin and `@Tag`

* update doc & add UnitTest for @Tag annotation

* update e2e test accordingly
2021-12-15 15:00:22 +08:00
Daniel Qian bc90371daa
Add returnedObj expression support for apm-customize-enhance-plugin (#83)
* issue #8292, add returnedObj expression support for apm-customize-enhance-plugin

* update apm-customize-enhance-plugin use plugin V2 API
2021-12-14 22:34:25 +08:00
geekymv 2ba2e1964d
Fix comments (#82) 2021-12-10 20:28:33 +08:00
DominikHubacek 438f287961
Fix <TracePathMatcher should match pattern "**" with paths end by "/"> (#81)
Co-authored-by: Dominik Hubacek <dominik.hubacek@student.tuke.sk>
Co-authored-by: Kanro <higan@live.cn>
2021-12-10 19:45:39 +08:00
tedli ee5bb80fc3
dubbo3 plugin support (#73) 2021-12-10 14:35:30 +08:00
wallezhang 2557749617
feat: Support version 2.8 and 2.9 of pulsar client (#76)
* feat: Support version 2.8.0+ of pulsar client

* refactor: Rename pulsar-plugin to pulsar-2.2-2.7-plugin
2021-12-06 17:25:04 +08:00
BuYan 3c967c146b
[#8227] adjust trySampling() comments (#80) 2021-12-02 16:40:16 +08:00
Daniel Qian 3b93a9c398
Optimize ProfileTaskChannelService (#78)
related issue  https://github.com/apache/skywalking/issues/8221
1. Avoid ProfileTaskChannelService.addProfilingSnapshot throw IllegalStateException(Queue full)
2. Increase ProfileTaskChannelService.snapshotQueue default size from 50 to 4500
2021-12-02 15:14:34 +08:00
Daniel Qian ce609dbabe
Add doc about system environment variables to configurations.md (#79) 2021-12-02 11:24:49 +08:00
kezhenxu94 c49c9d3f52
Correct the CHANGELOG about gRPC version (#75) 2021-11-29 17:33:55 +08:00
kezhenxu94 005e334dbc
Upgrade grpc-java to 1.42.1 and protoc to 3.19.1 to allow using native Mac osx-aarch_64 artifacts (#74) 2021-11-29 11:59:17 +08:00
King a7a4faabb1
Add rocketmq reporter link to doc (#70) 2021-11-09 21:46:55 +08:00
吴晟 Wu Sheng 4376150f6b
Fix wrong dependency in doc for IgnoredException (#69) 2021-11-09 10:16:51 +08:00
吴晟 Wu Sheng bbbdef1805
Correct asynchttpclient-scenario case and supported versions. (#68) 2021-11-08 21:08:14 +08:00
Jared Tan b169ef3cdd
Support set instance properties in json format (#67)
* set instance properties in json format: agent.instance_properties_json

* add docs.

* Update docs/en/setup/service-agent/java-agent/configurations.md

* polish and add e2e.

* update

* Update test/e2e/case/expected/service-instance.yml

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>

* Update apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/util/InstanceJsonPropertiesUtil.java

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>

* update

* update SW_INSTANCE_PROPERTIES_JSON

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2021-11-07 18:51:34 +08:00
Daming d7f1588a8c
support jdk17 in agent plugin testing, add test case plugin on jdk17 (#55) 2021-11-07 08:27:37 +08:00
CoderGang 02d6b9c2d8
add Pulsar Reporter docs link (#66) 2021-11-06 19:51:29 +08:00
kezhenxu94 8eceb1166f
Build CLI from Docker instead of source codes, add alpine based Docker image (#65) 2021-11-02 15:43:08 +08:00
will2020-power 1308d3c0ae
[Enhance]For trace CompletableFuture thenApply or thenAccept (#60) 2021-11-01 21:36:34 +08:00
wankai123 f73164488a
Fix release doc about docker images (#64) 2021-11-01 14:12:00 +08:00
吴晟 Wu Sheng 0758e7c569
Add FAQ about `Why is -Djava.ext.dirs not supported?` (#63) 2021-10-31 21:48:37 +08:00
wankai123 97dc87cf5b
fix release doc (#61) 2021-10-31 12:47:57 +08:00
Jiajing LU c17acbe552
Support Jedis' Transaction and fix duplicated enhancement (#57) 2021-10-28 09:33:41 +08:00
wankai123 ec1b7a19a4
Initialize 8.9.0 iteration (#59) 2021-10-27 22:57:09 +08:00
吴晟 Wu Sheng 1ef49ef0d9
Polish release shell and doc. (#58) 2021-10-27 21:44:47 +08:00
cnScarb 30fb81a6de
fix rocketmq message header properties garbled characters issue (#54) 2021-10-27 09:16:27 +08:00
mrproliu 3f93954c5c
Fix netty-socketio plugin test failure (#56) 2021-10-26 20:44:03 +08:00
xu1009 9101f691fb
Add okhttp2.x plugin (#49)
Co-authored-by: litexu <litexu@tencent.com>
2021-10-25 22:40:37 +08:00
Daming fbdfc42b4d
add e2e test for kafka transporter (#42) 2021-10-18 09:46:16 +08:00
吴晟 Wu Sheng fb5e48438a
Fix version badge (#53) 2021-10-16 23:04:04 +08:00
吴晟 Wu Sheng 2fd1853d8c
Add JDK17 supported declaration. (#52) 2021-10-16 20:40:42 +08:00
吴晟 Wu Sheng 71dd60d5e8
Fix instrumentation v2 API doesn't work for constructor instrumentation. (#51) 2021-10-13 22:56:38 +08:00
xu1009 0f6276b71c
Add kylin jdbc plugin (#45) 2021-10-12 21:35:58 +08:00
Jiajing LU 2ecdc18901
Fix version compatibility for JSON-RPC4J Plugin (#50) 2021-10-12 17:33:59 +08:00
wallezhang 813fc31bd2
Feature add clickhouse jdbc plugin (#41) 2021-10-11 11:37:58 +08:00
吴晟 Wu Sheng e99a031080
Update menu.yml (#48) 2021-10-11 11:09:24 +08:00
吴晟 Wu Sheng 7322e70733
Fix format. (#47) 2021-10-11 10:37:42 +08:00
吴晟 Wu Sheng 5d9e138b94
Add new menu for the document (#46) 2021-10-11 10:07:15 +08:00
Hardy 66a93ead73
Doc: Update setup agent in kubernetes from 'containers' to 'initContainers'. (#44) 2021-10-08 18:16:01 +08:00