删除 p99/p50 ; 添加type2 type3填充参数

This commit is contained in:
yinjiangyi
2021-10-29 11:19:13 +08:00
parent f2b568e354
commit 646071b16f
3 changed files with 13 additions and 5 deletions

View File

@@ -50,6 +50,9 @@ public class ApplicationConfig {
public static final Float BASELINE_TIMES_PERCENT_TIMES = ConfigUtils.getFloatProperty("baseline.times.percent.times");
public static final Float BASELINE_TYPE2_PERCENTILE = ConfigUtils.getFloatProperty("baseline.type2.percentile");
public static final Float BASELINE_TYPE3_PERCENTILE = ConfigUtils.getFloatProperty("baseline.type3.percentile");
public static final String HBASE_TABLE = ConfigUtils.getStringProperty("hbase.table");
public static final String HBASE_ZOOKEEPER_QUORUM= ConfigUtils.getStringProperty("hbase.zookeeper.quorum");