probe_gateway_metric/config.json
crusader 4b06184f70 ing
2018-07-02 16:49:14 +09:00

37 lines
747 B
JSON

{
"serverHandler": {
"name": "Gateway Probe Metric",
"network": "tcp4",
"address": ":19110",
"concurrency": 262144,
"keepAlive": 60,
"handshakeTimeout": 60,
"maxMessageSize": 8192,
"readBufferSize": 8192,
"writeBufferSize": 8192,
"readTimeout": 0,
"writeTimeout": 0,
"pongTimeout": 60,
"pingTimeout": 10,
"pingPeriod": 9,
"enableCompression": false,
"compressionThreshold": 4096
},
"external": {
"grpc": {
"network": "tcp4",
"address": "192.168.1.101:9111"
},
"kafka": {
"producers": {
"metric": {
"brokers": [
"192.168.1.50:9092"
],
"topic": "overflow-metric-topic"
}
}
}
}
}