호스트 추가
This commit is contained in:
parent
ff965639bc
commit
8191d0922c
2
main.go
2
main.go
|
@ -136,7 +136,7 @@ func main() {
|
|||
}
|
||||
|
||||
fanController := consumer.NewFanControl(processorCount, sampleDuration, handler)
|
||||
metricLogger := consumer.NewInfluxMetric("", processorCount, handler)
|
||||
metricLogger := consumer.NewInfluxMetric("db:8089", processorCount, handler)
|
||||
|
||||
|
||||
handler.IncreaseWait()
|
||||
|
|
Loading…
Reference in New Issue