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: again:
build: graphite
run: run:
docker-compose up docker-compose up

View File

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

View File

@ -7,9 +7,9 @@ pattern = ^carbon\.
retentions = 10s:30d retentions = 10s:30d
# User metrics are kept for: # User metrics are kept for:
# * 24 hours in resolution of 5 seconds # 24 hours in resolution of 5 seconds
# * 30 days in resolution of 1 minute # 30 days in resolution of 1 minute
# * 1 year in resolution of 5 minutes # 1 year in resolution of 5 minutes
[user] [user]
pattern = .* pattern = .*
retentions = 5s:24h,1m:30d,5m:1y retentions = 5s:24h,1m:30d,5m:1y