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:50:56 UTC

[incubator-skywalking] branch master updated: Fix description (#2109)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 41d40cf  Fix description (#2109)
41d40cf is described below

commit 41d40cfe19b19190b7cdc604af51319e751cec34
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jan 2 12:50:52 2019 +0800

    Fix description (#2109)
    
    * Update README.md
    
    * Update README.md
---
 docs/en/setup/service-agent/java-agent/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 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..f9d0653 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
-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`.
+## Optional Plugins
+Java agent plugins are all pluggable. Optional plugins could be provided in `optional-plugins` folder under agent or 3rd party repositores.
+For using these plugins, you need to put the target plugin jar file into `/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)