slievrly commented on code in PR #6786:
URL: https://github.com/apache/incubator-seata/pull/6786#discussion_r1733777414
##########
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:
Monitoring data should be exposed from the kernel layer by default, and
whether to display it is controlled by whether the service layer is connected
to the corresponding monitoring system.
--
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]