mrproliu commented on code in PR #13:
URL: https://github.com/apache/skywalking-go/pull/13#discussion_r1174970232
##########
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:
Ohh, It's working for the process detects mechanism for the skywalking
rover, for now, we are not using it.
If we don't need it, for now, I can delete it.
--
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]