From 92b1c9bc7b9330b641bd93cd05c9ca8738c7dccc Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Sun, 31 Jul 2022 17:11:34 +0800 Subject: [PATCH] Supplementary thread pool monitoring collection type --- .../src/main/resources/bootstrap.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.properties b/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.properties index 652b3dcf..085bd572 100644 --- a/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.properties +++ b/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/src/main/resources/bootstrap.properties @@ -18,6 +18,7 @@ spring.cloud.nacos.config.extension-configs[0].refresh=true spring.dynamic.thread-pool.enable=true spring.dynamic.thread-pool.banner=true spring.dynamic.thread-pool.collect=true +spring.dynamic.thread-pool.collect-type=metric spring.dynamic.thread-pool.check-state-interval=5 spring.dynamic.thread-pool.notify-platforms[0].platform=WECHAT