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_r236075679
########## 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` | Review comment: `sky-walking` -> `skywalking` ---------------------------------------------------------------- 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
