From 9cfc71d4886eec298df0c20462f9cbb725914d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=8B=87?= Date: Tue, 2 Jul 2024 17:03:37 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metric/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric/config.go b/metric/config.go index 0cb26d0..6db43b7 100644 --- a/metric/config.go +++ b/metric/config.go @@ -16,7 +16,7 @@ type Config struct { func NewConfg() *Config { return &Config{ - Address: "http://10.0.0.131:8086", + Address: "http://10.0.2.157:8086", Interval: 10, Database: "telegraf", }