consumer_metric/config.json
crusader 547b9c0f87 ing
2018-05-11 20:15:26 +09:00

35 lines
670 B
JSON

{
"external": {
"grpc": {
"network": "tcp4",
"address": "192.168.1.50:50006"
},
"kafka": {
"consumers": {
"metric": {
"brokers": [
"192.168.1.50:9092"
],
"groupID": "overflow-metric-group-id",
"topic": "overflow-metric-topic",
"minBytes": 10000,
"maxBytes": 1000000
}
}
},
"influxDB": {
"clientConfigs": {
"metric": {
"clientType": "http",
"address": "192.168.1.50:18086"
}
},
"batchPointsConfigs": {
"metric": {
"database": "metric"
}
}
}
}
}