From 2574c5a6ceeef628145e8d3f5301701ca21544a4 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Fri, 8 Jul 2016 16:16:51 +0200 Subject: [PATCH] Add build command too --- Makefile | 2 ++ configs/brubeck.json | 2 +- configs/storage-schemas.conf | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 92e257a..d693e63 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,7 @@ fast: again: +build: graphite + run: docker-compose up diff --git a/configs/brubeck.json b/configs/brubeck.json index 215646c..2c90e1a 100644 --- a/configs/brubeck.json +++ b/configs/brubeck.json @@ -19,7 +19,7 @@ "address": "0.0.0.0", "port": 8126, "workers": 4, - "multisock": false, + "multisock": true, "multimsg": 8 }, { diff --git a/configs/storage-schemas.conf b/configs/storage-schemas.conf index f7ba9a6..edf49c6 100644 --- a/configs/storage-schemas.conf +++ b/configs/storage-schemas.conf @@ -7,9 +7,9 @@ pattern = ^carbon\. retentions = 10s:30d # User metrics are kept for: -# * 24 hours in resolution of 5 seconds -# * 30 days in resolution of 1 minute -# * 1 year in resolution of 5 minutes +# 24 hours in resolution of 5 seconds +# 30 days in resolution of 1 minute +# 1 year in resolution of 5 minutes [user] pattern = .* retentions = 5s:24h,1m:30d,5m:1y