mirror of https://github.com/zulip/zulip.git
27 lines
709 B
Plaintext
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
|