Skip to content

Commit

Permalink
more info on our graphite settings for stats.*
Browse files Browse the repository at this point in the history
  • Loading branch information
kastner committed Feb 19, 2011
1 parent c14677e commit 3009ed8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -57,6 +57,12 @@ Graphite uses "schemas" to define the different round robin datasets it houses (
pattern = ^stats\..*
retentions = 10:2160,60:10080,600:262974

That translates to:
* 6 hours of 10 second data (what we consider "near-realtime")
* 1 week of 1 minute data
* 5 years of 10 minute data

This has been a good tradeoff so far between size-of-file (round robin databases are fixed size) and data we care about. Each "stats" database is about 3.2 megs with these retentions.

Inspiration
-----------
Expand Down

0 comments on commit 3009ed8

Please sign in to comment.