Add build command too
This commit is contained in:
parent
09543edca0
commit
2574c5a6ce
|
@ -19,7 +19,7 @@
|
|||
"address": "0.0.0.0",
|
||||
"port": 8126,
|
||||
"workers": 4,
|
||||
"multisock": false,
|
||||
"multisock": true,
|
||||
"multimsg": 8
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue