diff options
Diffstat (limited to 'src/main/resources/application.properties')
| -rw-r--r-- | src/main/resources/application.properties | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b1494c5..8bf913c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -22,15 +22,12 @@ hbase.zookeeper.client.port=2181 #读取druid时间范围方式,0:读取默认范围read.druid.time.range天数;1:指定时间范围 read.druid.time.limit.type=1 -#07-01 +#07-05 read.druid.min.time=1625414400000 #06-01 #read.druid.min.time=1622476800000 read.druid.max.time=1625673600000 -thread.max.num=5 - - #读取过去N天数据,最小值为3天(需要判断周期性) read.historical.days=3 #历史数据汇聚粒度为10分钟 @@ -52,11 +49,10 @@ baseline.rational.percentile=0.95 baseline.kalman.p=0.000001 baseline.kalman.r=4 - -# 每更新1000个记录打印log -log.write.count=10000 # FOR TEST -generate.batch.size=100 +baseline.generate.batch.size=1000 +druid.read.batch.time.grad.hour=4 +thread.max.num=20 # http client配置 |
