wu-sheng commented on a change in pull request #3357: ADD: add operationName
length threshold
URL: https://github.com/apache/skywalking/pull/3357#discussion_r318431975
##########
File path: apm-sniffer/config/agent.config
##########
@@ -38,6 +38,9 @@ agent.service_name=${SW_AGENT_NAME:Your_ApplicationName}
# Skywalking team may ask for these files in order to resolve compatible
problem.
# agent.is_open_debugging_class = ${SW_AGENT_OPEN_DEBUG:true}
+# The operationName max length
+# agent.operation_name_threshold=${OPERATION_NAME_THRESHOLD:500}
Review comment:
The agent set up document requires to update. Add this, and notice user, >
500 is not recommended.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services