21 lines
547 B
Plaintext
21 lines
547 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 = 10:90d
|
||
|
|
||
|
[switches_snmp]
|
||
|
pattern = sw\.snmp\.
|
||
|
retentions = 60s:30d
|
||
|
|
||
|
[default_30s_6months]
|
||
|
pattern = .*
|
||
|
retentions = 30s:30d
|