This is an automated email from the ASF dual-hosted git repository.
wangxiaobin pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 4c528230eb add test ci
4c528230eb is described below
commit 4c528230eb4b4751b176e5dc94a20eddf6df20ae
Author: wxbty <[email protected]>
AuthorDate: Tue Jan 9 20:56:08 2024 +0800
add test ci
---
.../dubbo/metrics/registry/collector/RegistryMetricsCollector.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-metrics/dubbo-metrics-registry/src/main/java/org/apache/dubbo/metrics/registry/collector/RegistryMetricsCollector.java
b/dubbo-metrics/dubbo-metrics-registry/src/main/java/org/apache/dubbo/metrics/registry/collector/RegistryMetricsCollector.java
index c10bca41dd..906ca0b4b4 100644
---
a/dubbo-metrics/dubbo-metrics-registry/src/main/java/org/apache/dubbo/metrics/registry/collector/RegistryMetricsCollector.java
+++
b/dubbo-metrics/dubbo-metrics-registry/src/main/java/org/apache/dubbo/metrics/registry/collector/RegistryMetricsCollector.java
@@ -54,7 +54,7 @@ import static
org.apache.dubbo.metrics.registry.RegistryMetricsConstants.OP_TYPE
@Activate
public class RegistryMetricsCollector extends
CombMetricsCollector<RegistryEvent> {
- private Boolean collectEnabled = null;
+ private Boolean collectEnabled = false;
private final ApplicationModel applicationModel;
private final RegistryStatComposite internalStat;