mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
ees: add metrics_reset_schedule opt (per ee)
This commit is contained in:
committed by
Dan Christian Bogos
parent
8e4d187725
commit
934815d9ee
@@ -2433,14 +2433,15 @@ const (
|
||||
PartitionsCfg = "partitions"
|
||||
PrecacheCfg = "precache"
|
||||
|
||||
// CdreCfg
|
||||
ExportPathCfg = "export_path"
|
||||
AttributeSContextCfg = "attributes_context"
|
||||
SynchronousCfg = "synchronous"
|
||||
AttemptsCfg = "attempts"
|
||||
AttributeContextCfg = "attribute_context"
|
||||
AttributeIDsCfg = "attribute_ids"
|
||||
ConcurrentRequestsCfg = "concurrent_requests"
|
||||
// EEsCfg
|
||||
ExportPathCfg = "export_path"
|
||||
AttributeSContextCfg = "attributes_context"
|
||||
SynchronousCfg = "synchronous"
|
||||
AttemptsCfg = "attempts"
|
||||
AttributeContextCfg = "attribute_context"
|
||||
AttributeIDsCfg = "attribute_ids"
|
||||
ConcurrentRequestsCfg = "concurrent_requests"
|
||||
MetricsResetScheduleCfg = "metrics_reset_schedule"
|
||||
|
||||
//LoaderSCfg
|
||||
DryRunCfg = "dry_run"
|
||||
|
||||
Reference in New Issue
Block a user