zhyyu
88c4c71598
Add trace-sampler-cpu-policy-plugin ( #135 )
...
Co-authored-by: yuzhongyu <yuzhongyu@cestc.cn>
2022-04-25 18:27:53 +08:00
lbc97
81ded4acf5
servicecomb 2.0 plugin ( #127 )
2022-04-22 18:45:35 +08:00
kezhenxu94
72bc256418
Fix dead link checker ( #161 )
2022-04-19 21:22:36 +08:00
Cool-Coding
a5ccbca693
[Feature] Add JDK ThreadPoolExecutor plugin( #8743 ) ( #146 )
2022-04-12 20:12:54 +08:00
hutaishi
fab9ce53bd
Add skywaliking plugin for support Apache ShenYu (incubating) gateway ( #8796 ) ( #147 )
2022-04-10 22:39:32 +08:00
Oliver
3c8e5347f5
Optimize document and fix typo ( #148 )
2022-04-10 20:17:02 +08:00
吴晟 Wu Sheng
74d11ce7a2
Fix doc, webflux plugin is not required by spring gateway plugin, according to test scenarios. ( #149 )
2022-04-10 09:11:05 +08:00
吴晟 Wu Sheng
ff584717d9
Clean doc of previous namespace ( #125 )
2022-03-18 11:47:07 +08:00
吴晟 Wu Sheng
b3ab1aed81
Add cluster concept to the configuration, and enhance namespace concept ( #123 )
...
* [Important] Namespace represents a subnet, such as kubernetes namespace, or 172.10.*.*. Make namespace concept as a part of service naming format.
* [Important] Add cluster concept, also as a part of service naming format. The cluster name would be
1. Add as {@link #SERVICE_NAME} suffix.
2. Add as exit span's peer, ${CLUSTER} / original peer
3. Cross Process Propagation Header's value addressUsedAtClient[index=8] (Target address of this request used on the client end).
* [Breaking Change] Remove deprecated `agent.instance_properties` configuration.
Recommend `agent.instance_properties_json`.
* The namespace and cluster would be reported as instance properties, keys are `namespace` and `cluster`. Notice, if
instance_properties_json includes these two keys, they would be overrided by the agent core.
* [Breaking Change] Remove the namespace from `cross process propagation` key.
2022-03-12 22:33:18 +08:00
Daming
18e5386b72
test: support to the custom base image by configuration ( #122 )
2022-03-07 20:50:57 +08:00
Brandon Fergerson
f328380fbd
Add graphql v16+ plugin ( #121 )
2022-03-06 13:30:05 +08:00
Brandon Fergerson
9ec0940ad9
Renamed graphql-12.x-plugin to graphql-12.x-15.x-plugin ( #120 )
2022-03-06 12:59:44 +08:00
Brandon Fergerson
5014529708
Vertx 4 Core Plugin ( #118 )
2022-03-05 23:22:44 +08:00
dashanji
74b130c827
add java agent injector link ( #112 )
2022-02-27 18:56:33 +08:00
wallezhang
a48a16b6d6
Add plugin to support google guava EventBus ( #107 )
...
* feat: Add Guava EventBus plugin
* refactor: Remove serviceComb 1.0.0 from the test matric to avoid the influence of guava-event-bus plugin on scenario test results.
2022-02-10 20:24:17 +08:00
吴晟 Wu Sheng
4c71b72817
Remove plugin for ServiceComb Java Chassis 0.x with plugin tests. ( #108 )
2022-02-09 19:35:35 +08:00
xu1009
add2bbf208
Feature/support tomcat thread pool ( #105 )
2022-02-07 08:08:43 +08:00
xu1009
8e3213bd2c
Support thread pool metric collect ( #95 )
...
Co-authored-by: litexu <litexu@tencent.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2022-01-29 15:45:46 +08:00
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
kezhenxu94
75cc77de10
Migrate base images to Temurin and add images for ARM ( #97 )
2022-01-26 16:09:44 +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
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
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
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
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
吴晟 Wu Sheng
1ef49ef0d9
Polish release shell and doc. ( #58 )
2021-10-27 21:44:47 +08:00
xu1009
9101f691fb
Add okhttp2.x plugin ( #49 )
...
Co-authored-by: litexu <litexu@tencent.com>
2021-10-25 22:40:37 +08:00
吴晟 Wu Sheng
2fd1853d8c
Add JDK17 supported declaration. ( #52 )
2021-10-16 20:40:42 +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
业余布道师
77c4eb4edc
Add an agent plugin to support Jackson ( #39 )
2021-09-27 17:25:32 +08:00
业余布道师
c5657e83b3
Add Fastjson plugin ( #35 )
2021-09-24 18:05:47 +08:00