consumer_metric/config.json
crusader 2a355cdf1e ing
2018-07-05 18:10:46 +09:00

35 lines
677 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": "http://192.168.1.50:18086"
}
},
"batchPointsConfigs": {
"metric": {
"database": "metric"
}
}
}
}
}