This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/main by this push:
new 74d11ce7a Fix doc, webflux plugin is not required by spring gateway
plugin, according to test scenarios. (#149)
74d11ce7a is described below
commit 74d11ce7a282da81693928413057bc8da310b1c2
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Apr 10 09:11:05 2022 +0800
Fix doc, webflux plugin is not required by spring gateway plugin, according
to test scenarios. (#149)
---
docs/en/setup/service-agent/java-agent/Optional-plugins.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/setup/service-agent/java-agent/Optional-plugins.md
b/docs/en/setup/service-agent/java-agent/Optional-plugins.md
index c1b6fd181..3cbde3701 100644
--- a/docs/en/setup/service-agent/java-agent/Optional-plugins.md
+++ b/docs/en/setup/service-agent/java-agent/Optional-plugins.md
@@ -9,7 +9,7 @@ Now, we have the following known optional plugins.
* Plugin of Gson serialization lib in optional plugin folder.
* Plugin of Zookeeper 3.4.x in optional plugin folder. The reason of being
optional plugin is, many business irrelevant traces are generated, which cause
extra payload to agents and backends. At the same time, those traces may be
just heartbeat(s).
* [Customize enhance](Customize-enhance-trace.md) Trace methods based on
description files, rather than write plugin or change source codes.
-* Plugin of Spring Cloud Gateway 2.1.x in optional plugin folder. Please only
active this plugin when you install agent in Spring Gateway.
spring-cloud-gateway-2.x-plugin and spring-webflux-5.x-plugin are both required.
+* Plugin of Spring Cloud Gateway 2.x and 3.x in optional plugin folder. Please
only activate this plugin when you install agent in Spring Gateway.
* Plugin of Spring Transaction in optional plugin folder. The reason of being
optional plugin is, many local span are generated, which also spend more CPU,
memory and network.
* [Plugin of Kotlin
coroutine](agent-optional-plugins/Kotlin-Coroutine-plugin.md) provides the
tracing across coroutines automatically. As it will add local spans to all
across routines scenarios, Please assess the performance impact.
* Plugin of quartz-scheduler-2.x in the optional plugin folder. The reason for
being an optional plugin is, many task scheduling systems are based on
quartz-scheduler, this will cause duplicate tracing and link different
sub-tasks as they share the same quartz level trigger, such as ElasticJob.