mrproliu commented on code in PR #13:
URL: https://github.com/apache/skywalking-go/pull/13#discussion_r1175193857


##########
tools/go-agent/config/agent.default.yaml:
##########
@@ -18,12 +18,18 @@
 #
 
 agent:
+  # Service name is showed in UI.
   service_name: ${SW_AGENT_NAME:Your_ApplicationName}
+  # To obtain the environment variable key for the instance name, if it cannot 
be obtained, an instance name will be automatically generated.
   instance_env_name: SW_AGENT_INSTANCE_NAME
+  # The layer of the agent.
   layer: GENERAL

Review Comment:
   Sure, the `layer` property been deleted. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to