From 41d40cfe19b19190b7cdc604af51319e751cec34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 2 Jan 2019 12:50:52 +0800 Subject: [PATCH] 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 c43272ef5..f9d065387 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)