wu-sheng commented on a change in pull request #3367: agent support custom
properties.
URL: https://github.com/apache/skywalking/pull/3367#discussion_r324517338
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
##########
@@ -110,6 +110,13 @@
* Limit the length of the operationName to prevent errors when
inserting elasticsearch
**/
public static int OPERATION_NAME_THRESHOLD = 500;
+
+ /*
+ * service properties
+ * e.g.
+ * agent.properties[org]=apache
+ */
+ public static Map<String, String> PROPERTIES = new HashMap<String,
String>();
Review comment:
Also, this config should be next to `INSTANCE_UUID`.
----------------------------------------------------------------
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