1
0
Fork 0

Add build command too

This commit is contained in:
Gregory Eremin 2016-07-08 16:16:51 +02:00
parent 09543edca0
commit 2574c5a6ce
3 changed files with 6 additions and 4 deletions

View File

@ -6,5 +6,7 @@ fast:
again:
build: graphite
run:
docker-compose up

View File

@ -19,7 +19,7 @@
"address": "0.0.0.0",
"port": 8126,
"workers": 4,
"multisock": false,
"multisock": true,
"multimsg": 8
},
{

View File

@ -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