Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created July 3, 2012 03:17
Show Gist options
  • Save cwebberOps/3037320 to your computer and use it in GitHub Desktop.
Save cwebberOps/3037320 to your computer and use it in GitHub Desktop.
Graphite Issues
# Schema definitions for whisper files. Entries are scanned in order,
# and first match wins.
#
# [name]
# pattern = regex
# retentions = timePerPoint:timeToStore, timePerPoint:timeToStore, ...
[carbon]
pattern = ^carbon\.
retentions = 60s:90d
# all datas are stored for 2 years with a precision of
# 1 seconds for last 30 minutes
# 60 seconds for last day
# 5 minutes for last 2 years
[default]
pattern = .*
retentions = 1s:30m,60s:24h,300s:730d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment