probe_gateway_metric/config.json

37 lines
747 B
JSON
Raw Normal View History

2018-05-11 03:54:30 +00:00
{
"serverHandler": {
2018-06-13 11:33:57 +00:00
"name": "Gateway Probe Metric",
2018-05-11 03:54:30 +00:00
"network": "tcp4",
2018-06-14 07:18:14 +00:00
"address": ":19110",
2018-05-11 03:54:30 +00:00
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
"maxMessageSize": 8192,
2018-07-02 07:49:14 +00:00
"readBufferSize": 8192,
"writeBufferSize": 8192,
2018-05-11 03:54:30 +00:00
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 9,
2018-06-30 17:38:35 +00:00
"enableCompression": false,
2018-07-02 07:49:14 +00:00
"compressionThreshold": 4096
2018-05-11 03:54:30 +00:00
},
"external": {
"grpc": {
"network": "tcp4",
2018-06-14 07:18:14 +00:00
"address": "192.168.1.101:9111"
2018-05-11 03:54:30 +00:00
},
"kafka": {
"producers": {
"metric": {
"brokers": [
"192.168.1.50:9092"
],
"topic": "overflow-metric-topic"
}
}
}
}
}