blob: 4d7a61feb27929917947516a068485054cfd5bcd [file] [log] [blame]
# Schema definitions for Whisper files. Entries are scanned in order,
# and first match wins. This file is scanned for changes every 60 seconds.
#
# [name]
# pattern = regex
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
# Carbon's internal metrics. This entry should match what is specified in
# CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
[carbon]
pattern = ^carbon\.
retentions = 60s:90d
[buildbot]
pattern = ^buildbot\.
retentions = 1m:7d,15m:1y
[collectd]
pattern = ^collectd\.
retentions = 10s:7d,1m:21d,15m:5y
# By default everything else gets stored at 1 min intervals for 90 days.
[default_1min_for_90day]
pattern = .*
retentions = 60s:90d