Guest User

Untitled

a guest
Sep 11th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [root@test237 graphite]cat /opt/graphite/conf/storage-schemas.conf
  2. # Schema definitions for Whisper files. Entries are scanned in order,
  3. # and first match wins. This file is scanned for changes every 60 seconds.
  4. #
  5. # [name]
  6. # pattern = regex
  7. # retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
  8.  
  9. # Carbon's internal metrics. This entry should match what is specified in
  10. # CARBON_METRIC_PREFIX and CARBON_METRIC_INTERVAL settings
  11. #[carbon]
  12. #pattern = ^carbon\.
  13. #retentions = 60:90d
  14.  
  15. #[default_1min_for_1day]
  16. #pattern = .*
  17. #retentions = 60s:1d
  18.  
  19. #[default]
  20. #pattern = .*
  21. #retentions = 10s:4h, 1m:3d, 5m:8d, 15m:32d, 1h:1y
  22.  
  23. [collectd]
  24. pattern = ^collectd.*
  25. retentions = 10s:1d,1m:7d,10m:1y
Advertisement
Add Comment
Please, Sign In to add comment