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