Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@test237 graphite]cat /opt/graphite/conf/storage-schemas.conf
- # 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
- #[default_1min_for_1day]
- #pattern = .*
- #retentions = 60s:1d
- #[default]
- #pattern = .*
- #retentions = 10s:4h, 1m:3d, 5m:8d, 15m:32d, 1h:1y
- [collectd]
- pattern = ^collectd.*
- retentions = 10s:1d,1m:7d,10m:1y
Advertisement
Add Comment
Please, Sign In to add comment