wu-sheng commented on a change in pull request #1957: feat:Active System.env Config In Both Collector And agent.config. URL: https://github.com/apache/incubator-skywalking/pull/1957#discussion_r236075755
########## File path: docs/en/setup/service-agent/java-agent/README.md ########## @@ -45,6 +45,35 @@ Add `-javaagent` argument to command line in which you start your app. eg: ```shell java -javaagent:/path/to/skywalking-agent/skywalking-agent.jar -jar yourApp.jar ``` + +## Table of Agent Configuration Properties + +property key | Description | Default | +----------- | ---------- | --------- | +`agent.namespace` | Namespace isolates headers in cross process propagation. The HEADER name will be `HeaderName:Namespace`. | Not set | +`agent.service_name` | Application(5.x)/Service(6.x) code is showed in sky-walking-ui. Suggestion: set an unique name for each application, one application's nodes share the same code. | `Your_ApplicationName` | +`agent.sample_n_per_3_secs`|Negative or zero means off, by default.SAMPLE_N_PER_3_SECS means sampling N TraceSegment in 10 seconds tops.|Not set| Review comment: In 3 seconds. Have same issue in code comment, ref #1820 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
