You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/01/02 04:14:33 UTC

[incubator-skywalking] branch wu-sheng-patch-1 created (now 9bfb5a3)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at 9bfb5a3  Update README.md

This branch includes the following new commits:

     new 9bfb5a3  Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Update README.md

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 9bfb5a38b63b30613431f44a9fda9331421e07e6
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jan 2 12:14:26 2019 +0800

    Update README.md
---
 docs/en/setup/service-agent/java-agent/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md
index c43272e..014cda5 100644
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -78,11 +78,11 @@ property key | Description | Default |
 ## Supported middlewares, frameworks and libraries
 See [supported list](Supported-list.md).
 
-## Plugins
+## Optional Plugins
 Java agent plugins are all pluggable. Optional plugins could be provided by source codes or in `optional-plugins` folder under agent.
 For using these plugins, you need to compile source codes by yourself, or copy the certain plugins to `/plugins`.
 
-Now, we have the following known plugins.
+Now, we have the following known optional plugins.
 * [Trace Spring beans](agent-optional-plugins/Spring-bean-plugins.md)
 * [Trace Oracle and Resin](agent-optional-plugins/Oracle-Resin-plugins.md)
 * [Filter traces through specified endpoint name patterns](agent-optional-plugins/trace-ignore-plugin.md)