Skip to content

Commit

Permalink
Merge pull request #5 from peachisai/sit
Browse files Browse the repository at this point in the history
fix docs
  • Loading branch information
peachisai authored Oct 24, 2023
2 parents 535db0d + 3ed83f0 commit f7d5759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/setup/service-agent/java-agent/Optional-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Now, we have the following known optional plugins.
* Plugin of trace sampler CPU policy in the optional plugin folder. Please only activate this plugin when you need to disable trace collecting when the agent process CPU usage is too high(over threshold).
* Plugin for Spring 6.x and RestTemplate 6.x are in the optional plugin folder. Spring 6 requires Java 17 but SkyWalking is still compatible with Java 8. So, we put it in the optional plugin folder.
* Plugin of nacos-client 2.x lib in optional plugin folder.The reason is many business irrelevant traces are generated, which cause extra payload to agents and backends, also spend more CPU, memory and network.
* Plugin of netty-http 4.1.x lib in optional plugin folder.The reason is some frameworks use netty as an HTTP server, which can result in double trace collection,and many business irrelevant traces are generated, which cause extra payload to agents and backends, also spend more CPU, memory and network.
* Plugin of netty-http 4.1.x lib in optional plugin folder.The reason is some frameworks use netty as an HTTP server and also enhanced by other plugins of SkyWalking, which can result in double trace collection
2 changes: 1 addition & 1 deletion docs/en/setup/service-agent/java-agent/Supported-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metrics based on the tracing data.
* [Jersey REST framework](https://github.com/eclipse-ee4j/jersey) 2.x -> 3.x
* [Grizzly](https://github.com/eclipse-ee4j/grizzly) 2.3.x -> 4.x
* [WebSphere Liberty](https://github.com/OpenLiberty/open-liberty) 23.x
* [Netty Http](https://github.com/netty/netty) 4.1.x
* [Netty HTTP](https://github.com/netty/netty) 4.1.x
* HTTP Client
* [Feign](https://github.com/OpenFeign/feign) 9.x
* [Netflix Spring Cloud Feign](https://github.com/spring-cloud/spring-cloud-openfeign) 1.1.x -> 2.x
Expand Down

0 comments on commit f7d5759

Please sign in to comment.