ing
This commit is contained in:
parent
36d04bd10b
commit
2a355cdf1e
|
@ -21,7 +21,7 @@
|
|||
"clientConfigs": {
|
||||
"metric": {
|
||||
"clientType": "http",
|
||||
"address": "192.168.1.50:18086"
|
||||
"address": "http://192.168.1.50:18086"
|
||||
}
|
||||
},
|
||||
"batchPointsConfigs": {
|
||||
|
|
|
@ -11,6 +11,7 @@ func New(_config *config.Config) *oc.Consumer {
|
|||
}
|
||||
ch.Name = "Metric"
|
||||
ch.ConsumerName = "metric"
|
||||
ch.InfluxDBClientName = "metric"
|
||||
|
||||
c := &oc.Consumer{
|
||||
ConsumerHandler: ch,
|
||||
|
|
Loading…
Reference in New Issue
Block a user