You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "AlbumenJ (via GitHub)" <gi...@apache.org> on 2023/03/27 02:02:32 UTC

[GitHub] [dubbo] AlbumenJ commented on a diff in pull request #11923: add switch configuration for thread pool indicator burying point) (#11788)

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


##########
dubbo-metrics/dubbo-metrics-default/src/main/java/org/apache/dubbo/metrics/collector/DefaultMetricsCollector.java:
##########
@@ -41,6 +41,7 @@ public class DefaultMetricsCollector implements MetricsCollector {
 
     private boolean collectEnabled = false;
 
+    private boolean threadpoolCollectEnabled=false;

Review Comment:
   ```suggestion
       private volatile boolean threadpoolCollectEnabled=false;
   ```



-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org