ees: add metrics_reset_schedule opt (per ee)

This commit is contained in:
ionutboangiu
2025-03-14 18:26:37 +02:00
committed by Dan Christian Bogos
parent 8e4d187725
commit 934815d9ee
8 changed files with 247 additions and 210 deletions

View File

@@ -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"