From 8191d0922cbd452ce8eea4949c7fcc91b2a2f9fb Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Tue, 12 Sep 2017 21:32:10 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=B8=EC=8A=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index aa4d488..18d5fe2 100644 --- a/main.go +++ b/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()