arugal commented on a change in pull request #4172: Provide profile task 
downstream to sniffer
URL: https://github.com/apache/skywalking/pull/4172#discussion_r363042059
 
 

 ##########
 File path: 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
 ##########
 @@ -118,6 +118,11 @@
          * Limit the length of the operationName to prevent errors when 
inserting elasticsearch
          **/
         public static int OPERATION_NAME_THRESHOLD = 500;
+
+        /**
+         * If true, skywalking agent will enable profile when user create a 
new profile task
+         */
+        public static boolean ACTIVE_PROFILE = false;
 
 Review comment:
   > You could recheck these in the design doc, except the (5), we miss that in 
the doc too.
   
   I'll reread the design document

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to