This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch boorstrap-enhance
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/boorstrap-enhance by this push:
new 1f4d067 Agent document update
1f4d067 is described below
commit 1f4d06787b7dac39781f45d6040227cd61fc4f90
Author: Wu Sheng <[email protected]>
AuthorDate: Fri Jun 21 22:43:46 2019 +0800
Agent document update
---
docs/en/setup/service-agent/java-agent/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/en/setup/service-agent/java-agent/README.md
b/docs/en/setup/service-agent/java-agent/README.md
index 2d18851..7e7fac6 100644
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -65,6 +65,8 @@ property key | Description | Default |
`agent.is_open_debugging_class`|If true, skywalking agent will save all
instrumented classes files in `/debugging` folder.Skywalking team may ask for
these files in order to resolve compatible problem.|Not set|
`agent.active_v2_header`|Active V2 header in default.|`true`|
`agent.instance_uuid` |Instance uuid is the identity of an instance,
skywalking treat same instance uuid as one instance.if empty, skywalking agent
will generate an 32-bit uuid. |`""`|
+`agent.bootstrap_class_jar_folder`|The folder in which jar files of the
injected classes are to be stored. The absolute path required.|Empty, represent
off|
+`agent.cause_exception_depth`|How depth the agent goes, when log all cause
exceptions.|5|
`agent.active_v1_header `|Deactive V1 header in default.|`false`|
`collector.grpc_channel_check_interval`|grpc channel status check
interval.|`30`|
`collector.app_and_service_register_check_interval`|application and service
registry check interval.|`3`|