Files
zulip/puppet/zulip_internal/files/graphite/storage-schemas.conf
Tim Abbott b5979a3fed [manual]: Rename zulip-internal puppet module to zulip_internal.
(imported from commit 64ac7ec0f3495b1fe7810da3d4d41263c52b9b3b)
2013-11-05 17:06:32 -05:00

27 lines
709 B
Plaintext

# 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, ...
# statsd specific
[stats]
pattern = ^stats.*
#retentions = 10:2160,60:10080,600:262974
# 5s data for 6hr
# 10s data for 12hr
# 1min data for 2 weeks
# 10min data for 5 years
retentions = 5s:6h,10s:12h,1min:14d,10min:5y
# Carbon's internal metrics. This entry should match what is specified in
# CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
[carbon]
pattern = ^carbon\.
retentions = 60:90d
[default_1min_for_1day]
pattern = .*
retentions = 60s:1d