songxiaosheng commented on code in PR #12695:
URL: https://github.com/apache/dubbo/pull/12695#discussion_r1260575035


##########
dubbo-common/src/main/java/org/apache/dubbo/config/MetricsConfig.java:
##########
@@ -61,6 +61,11 @@ public class MetricsConfig extends AbstractConfig {
      */
     private Boolean exportMetricsService;
 
+    /**
+     * Enable netty metrics.
+     */
+    private Boolean enableNetty;

Review Comment:
   参考其它配置在dubbo.xsd里面也加入一下,需要支持spring配置



##########
dubbo-common/src/main/java/org/apache/dubbo/config/MetricsConfig.java:
##########
@@ -61,6 +61,11 @@ public class MetricsConfig extends AbstractConfig {
      */
     private Boolean exportMetricsService;
 
+    /**
+     * Enable netty metrics.
+     */
+    private Boolean enableNetty;

Review Comment:
   参考其它配置在dubbo.xsd里面也加入一下,需要支持spring配置



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