From 8287d150c5e0dafe5e98ef8411d7e81b4736b2db Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 24 十月 2019 15:21:49 +0800
Subject: [PATCH] 打开事件推送
---
main.go | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/main.go b/main.go
index f0e295a..591c1b0 100644
--- a/main.go
+++ b/main.go
@@ -7,6 +7,7 @@
"net/http"
_ "net/http/pprof"
"ruleprocess/insertdata"
+ "ruleprocess/labelFilter"
"ruleprocess/structure"
"ruleprocess/util"
"time"
@@ -106,7 +107,7 @@
insertdata.InsertToEs(resultMsg)
logger.Debug("鎻掑叆瀹孍s鎵�鐢ㄦ椂闂达細", time.Since(start))
//浜嬩欢鎺ㄩ��
- //go labelFilter.Judge(resultMsg)
+ go labelFilter.Judge(resultMsg)
//}(msg)
}
}
--
Gitblit v1.8.0