AlbumenJ commented on code in PR #13055:
URL: https://github.com/apache/dubbo/pull/13055#discussion_r1330863587


##########
dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/main/java/org/apache/dubbo/spring/boot/autoconfigure/DubboConfigurationProperties.java:
##########
@@ -282,12 +282,12 @@ public void setMetadataReports(Map<String, 
MetadataReportConfig> metadataReports
         this.metadataReports = metadataReports;
     }
 
-    public Map<String, MetricsConfig> getMetricses() {
-        return metricses;
+    public Map<String, MetricsConfig> getMetricsMap() {
+        return metricsMap;

Review Comment:
   Should not change now. This is a breaking change and will break users' usage 
when configure metricsConfig in SpringBoot.



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