Add opts field in config for thresholds

This commit is contained in:
ionutboangiu
2021-09-15 18:38:27 +03:00
committed by Dan Christian Bogos
parent afeedae898
commit 11aecbd22f
21 changed files with 204 additions and 83 deletions

View File

@@ -1882,6 +1882,9 @@ const (
// StatSCfg
StoreUncompressedLimitCfg = "store_uncompressed_limit"
//ThresholdSCfg
MetaThresholdIDsCfg = "*thresholdIDs"
// Cache
PartitionsCfg = "partitions"
PrecacheCfg = "precache"
@@ -2167,6 +2170,9 @@ const (
OptsRatesStartTime = "*ratesStartTime"
OptsRatesUsage = "*ratesUsage"
OptsRatesIntervalStart = "*ratesIntervalStart"
OptsThresholdsThresholdIDs = "*thresholdIDs"
// STIR
OptsStirATest = "*stirATest"
OptsStirPayloadMaxDuration = "*stirPayloadMaxDuration"