https://cloud.sdsc.edu/v1/AUTH_cwebber/bucket_1/working-20120702-202141.jpg
https://cloud.sdsc.edu/v1/AUTH_cwebber/bucket_1/broken-20120702-202323.jpg
# Schema definitions for whisper files. Entries are scanned in order, | |
# and first match wins. | |
# | |
# [name] | |
# pattern = regex | |
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ... | |
[carbon] | |
pattern = ^carbon\. | |
retentions = 60s:90d | |
# all datas are stored for 2 years with a precision of | |
# 1 seconds for last 30 minutes | |
# 60 seconds for last day | |
# 5 minutes for last 2 years | |
[default] | |
pattern = .* | |
retentions = 1s:30m,60s:24h,300s:730d |