github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/bench/tools/aisloader-composer/containers/carbon_config/storage-schemas.conf (about) 1 # Schema definitions for Whisper files. Entries are scanned in order, 2 # and first match wins. This file is scanned for changes every 60 seconds. 3 # 4 # Definition Syntax: 5 # 6 # [name] 7 # pattern = regex 8 # retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ... 9 # 10 # Remember: To support accurate aggregation from higher to lower resolution 11 # archives, the precision of a longer retention archive must be 12 # cleanly divisible by precision of next lower retention archive. 13 # 14 # Valid: 60s:7d,300s:30d (300/60 = 5) 15 # Invalid: 180s:7d,300s:30d (300/180 = 3.333) 16 # 17 18 # Carbon's internal metrics. This entry should match what is specified in 19 # CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings 20 [carbon] 21 pattern = ^carbon\. 22 retentions = 20s:6h,1m:12h 23 24 [global_retention] 25 pattern = .* 26 retentions = 10s:6h,20s:36h