diff --git a/README.md b/README.md index 86f7f6a88b68823cf2dcca214345b1cd82e9ed98..cf036c56dbb4ca59f2178da6775ff95a8295a1f9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ in Cloud Native architecture. The core features are following. - Service, service instance, endpoint metrics analysis -- Root cause analysis +- Root cause analysis. Profile the code on the runtime. - Service topology map analysis - Service, service instance and endpoint dependency analysis - Slow services and endpoints detected diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md index fc9946b40ad0e046d8bf1963d8b3f392c02d3fdc..135c92f434496efb3099c6c481ebb718718c26bb 100755 --- a/docs/en/setup/service-agent/java-agent/README.md +++ b/docs/en/setup/service-agent/java-agent/README.md @@ -122,8 +122,8 @@ property key | Description | Default | `plugin.opgroup.*`|Support operation name customize group rules in different plugins. Read [Group rule supported plugins](op_name_group_rule.md)|Not set| `plugin.springtransaction.simplify_transaction_definition_name`|If true, the transaction definition name will be simplified.|false| `plugin.jdkthreading.threading_class_prefixes` | Threading classes (`java.lang.Runnable` and `java.util.concurrent.Callable`) and their subclasses, including anonymous inner classes whose name match any one of the `THREADING_CLASS_PREFIXES` (splitted by `,`) will be instrumented, make sure to only specify as narrow prefixes as what you're expecting to instrument, (`java.` and `javax.` will be ignored due to safety issues) | Not set | -`plugin.tomcat.collect_http_params`| This config item controls that whether the Tomcat plugin should collect the parameters of the request. | `false` | -`plugin.springmvc.collect_http_params`| This config item controls that whether the SpringMVC plugin should collect the parameters of the request, when your Spring application is based on Tomcat, consider only setting either `plugin.tomcat.collect_http_params` or `plugin.springmvc.collect_http_params`. | `false` | +`plugin.tomcat.collect_http_params`| This config item controls that whether the Tomcat plugin should collect the parameters of the request. Also, activate implicitly in the profiled trace. | `false` | +`plugin.springmvc.collect_http_params`| This config item controls that whether the SpringMVC plugin should collect the parameters of the request, when your Spring application is based on Tomcat, consider only setting either `plugin.tomcat.collect_http_params` or `plugin.springmvc.collect_http_params`. Also, activate implicitly in the profiled trace. | `false` | `plugin.http.http_params_length_threshold`| When `COLLECT_HTTP_PARAMS` is enabled, how many characters to keep and send to the OAP backend, use negative values to keep and send the complete parameters, NB. this config item is added for the sake of performance. | `1024` | ## Optional Plugins diff --git a/docs/en/ui/README.md b/docs/en/ui/README.md index 6564033647a348e8cb500688bc8317f6c275a335..c46e2a896a706702eb9965541db7d5a96466ff49 100644 --- a/docs/en/ui/README.md +++ b/docs/en/ui/README.md @@ -80,6 +80,9 @@ have been highlighted. +### Advanced features +1. Since 7.1.0, the profiled trace collects the HTTP request parameters for Tomcat and SpringMVC Controller automatically. + ## Alarm Alarm page lists all triggered alarm. Read the backend setup documentation to know how to set up the alarm rule or integrate with 3rd party system.