97367da7bd
Change-Id: I7d57a77f8c778403d40e7cb151feafe38867e1d7 Reviewed-on: https://review.openstack.org/18739 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
21 lines
544 B
Plaintext
21 lines
544 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, ...
|
|
|
|
# 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
|
|
|
|
[stats]
|
|
pattern = ^stats.*
|
|
retentions = 10:2160,60:10080,600:262974
|
|
|
|
[default]
|
|
pattern = .*
|
|
retentions = 60:90d
|