funky-eyes commented on code in PR #6786:
URL: https://github.com/apache/incubator-seata/pull/6786#discussion_r1732369981


##########
common/src/main/java/org/apache/seata/common/DefaultValues.java:
##########
@@ -259,7 +259,7 @@ public interface DefaultValues {
     /**
      * the const DEFAULT_METRICS_ENABLED
      */
-    boolean DEFAULT_METRICS_ENABLED = false;
+    boolean DEFAULT_METRICS_ENABLED = true;

Review Comment:
   Why is the default value changed to true?



##########
script/config-center/config.txt:
##########
@@ -164,7 +164,7 @@ server.raft.sync=true
 
 
 #Metrics configuration, only for the server
-metrics.enabled=false
+metrics.enabled=true

Review Comment:
   Why is the default value changed to true?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to