From c14677e8d066280ff60128bb52bd96f76cbbd69c Mon Sep 17 00:00:00 2001 From: Erik Kastner Date: Fri, 18 Feb 2011 20:12:05 -0800 Subject: [PATCH] Add the schema config for stats.* in graphite --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c55fd96..c062726 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,14 @@ Guts * [NodeJS][node] * [Graphite][graphite] +Graphite uses "schemas" to define the different round robin datasets it houses (analogous to RRAs in rrdtool). Here's what Etsy is using for the stats databases: + + [stats] + priority = 110 + pattern = ^stats\..* + retentions = 10:2160,60:10080,600:262974 + + Inspiration -----------