1
0
Fork 0
graphite-ish/configs/brubeck.json

35 lines
765 B
JSON
Raw Permalink Normal View History

2016-07-06 19:51:34 +00:00
{
"sharding": false,
"server_name": "Brubeck",
"dumpfile": "./brubeck.dump",
"capacity": 15,
"expire": 20,
2016-07-07 19:20:45 +00:00
"http": ":8090",
2016-07-06 19:51:34 +00:00
"backends": [
{
"type": "carbon",
2016-07-07 19:20:45 +00:00
"address": "carbon",
2016-07-06 19:51:34 +00:00
"port": 2003,
2016-07-07 19:20:45 +00:00
"frequency": 5
2016-07-06 19:51:34 +00:00
}
],
"samplers": [
{
"type": "statsd",
"address": "0.0.0.0",
"port": 8126,
"workers": 4,
2016-07-08 14:16:51 +00:00
"multisock": true,
2016-07-06 19:51:34 +00:00
"multimsg": 8
},
{
"type": "statsd-secure",
"address": "0.0.0.0",
"port": 9126,
"max_drift": 3,
"hmac_key": "750c783e6ab0b503eaa86e310a5db738",
"replay_len": 8000
}
]
}