Add build command too
This commit is contained in:
parent
09543edca0
commit
2574c5a6ce
2
Makefile
2
Makefile
|
@ -6,5 +6,7 @@ fast:
|
||||||
|
|
||||||
again:
|
again:
|
||||||
|
|
||||||
|
build: graphite
|
||||||
|
|
||||||
run:
|
run:
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
|
|
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue