File tree Expand file tree Collapse file tree 3 files changed +18
-15
lines changed
Expand file tree Collapse file tree 3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 3636 "react-intl" : " ^3.2.1" ,
3737 "react-router-cache-route" : " ^1.11.1" ,
3838 "single-spa" : " ^5.8.0" ,
39- "single-spa-react" : " ^2.14.0"
39+ "single-spa-react" : " ^2.14.0" ,
40+ "knowdesign" : " 1.3.7"
4041 },
4142 "devDependencies" : {
4243 "@ant-design/icons" : " ^4.6.2" ,
5455 "@babel/preset-env" : " ^7.4.2" ,
5556 "@babel/preset-react" : " ^7.0.0" ,
5657 "@babel/preset-typescript" : " ^7.14.5" ,
57- "knowdesign" : " ^1.3.6" ,
5858 "@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.1" ,
5959 "@types/lodash" : " ^4.14.138" ,
6060 "@types/react-dom" : " ^17.0.5" ,
Original file line number Diff line number Diff line change 5858 "react-joyride" : " ^2.5.0" ,
5959 "single-spa" : " 5.9.3" ,
6060 "single-spa-react" : " 2.14.0" ,
61- "webpack-bundle-analyzer" : " ^4.5.0"
61+ "webpack-bundle-analyzer" : " ^4.5.0" ,
62+ "knowdesign" : " 1.3.7"
6263 },
6364 "devDependencies" : {
6465 "@babel/core" : " ^7.5.5" ,
7475 "@babel/preset-env" : " ^7.4.2" ,
7576 "@babel/preset-react" : " ^7.0.0" ,
7677 "@babel/preset-typescript" : " ^7.14.5" ,
77- "knowdesign" : " ^1.3.6" ,
7878 "@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.1" ,
7979 "@types/crypto-js" : " ^4.1.0" ,
8080 "@types/lodash" : " ^4.14.171" ,
Original file line number Diff line number Diff line change @@ -78,17 +78,17 @@ data:
7878 thread-pool:
7979 scheduled:
8080 thread-num: 2 # @Scheduled任务的线程池大小,默认是一个
81- collector:
82- future-util:
83- num: 1
84- thread-num: 8
85- queue-size: 10000
86- select-suitable-enable: true
87- suitable-queue-size: 1000
88- task:
89- heaven:
90- thread-num: 20
91- queue-size: 1000
81+ collector: # 采集模块的配置
82+ future-util: # 采集模块线程池配置
83+ num: 3 # 线程池个数
84+ thread-num: 64 # 每个线程池核心线程数
85+ queue-size: 10000 # 每个线程池队列大小
86+ select-suitable-enable: true # 任务是否自动选择合适的线程池,非主要,可不修改
87+ suitable-queue-size: 1000 # 线程池理想的队列大小,非主要,可不修改
88+ task: # 任务模块的配置
89+ heaven: # 采集任务配置
90+ thread-num: 20 # 采集任务线程池核心线程数
91+ queue-size: 1000 # 采集任务线程池队列大小
9292
9393
9494
@@ -118,6 +118,9 @@ data:
118118 base-path : /metrics
119119 exposure :
120120 include : ' *'
121+ health :
122+ elasticsearch :
123+ enabled : false
121124 metrics :
122125 export :
123126 prometheus :
You can’t perform that action at this time.
0 commit comments